fix(outline): add tab-switch refresh and dark mode styles

Amit Haridas
This commit is contained in:
2026-04-06 11:05:54 +05:30
parent b1a5784bcc
commit 7a3493e54f
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -456,6 +456,9 @@ class TabManager {
if (tab?.filePath) {
ipcRenderer.send('set-current-file', tab.filePath);
}
// Refresh outline panel for new tab content
if (outlinePanelContainer?._refreshOutline) outlinePanelContainer._refreshOutline();
}
switchToNextTab() {