mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-27 06:05:54 +08:00
fix(browser-use): harden browser settings state
This commit is contained in:
@@ -277,7 +277,6 @@ export default function BrowserUsePanel({ isVisible, projectId, onShowSettings }
|
||||
browserUsePanelCache.set(cacheKey, {
|
||||
...cachedEntry,
|
||||
selectedSessionId,
|
||||
updatedAt: Date.now(),
|
||||
});
|
||||
}, [cacheKey, selectedSessionId]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user