mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
fix(outline): add tab-switch refresh and dark mode styles
Amit Haridas
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user