fix(desktop): toggle browser icon and preserve webview state on coll… (#1424)

* fix(desktop): toggle browser icon and preserve webview state on collapse

* fix(desktop): stabilize context panel collapse behavior

---------

Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com>
This commit is contained in:
HearingSmile
2026-05-26 20:30:16 +03:00
committed by GitHub
co-authored by Bohdan Triapitsyn
parent 51901b980e
commit 6a173211b0
3 changed files with 92 additions and 23 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ const upsertContextPanelTab = (
? {
...tab,
mode: nextTab.mode,
targetPath: nextTab.targetPath,
targetPath: nextTab.targetPath || tab.targetPath,
dedupeKey: nextTab.dedupeKey,
label: nextTab.label,
stagedDiff: nextTab.stagedDiff,