fix: syncActiveFileTreeItem non exporté de sidebar.js → importé dans ui.js et viewer.js
This commit is contained in:
parent
5e11a0453b
commit
889d6d6f68
@ -1093,4 +1093,4 @@ function searchByTag(tag) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export { initVaultContext, setSelectedVaultContext, syncVaultSelectors, shouldDisplayPath, loadVaults, initSidebarFilter, TagFilterService, loadTags, scrollTreeItemIntoView, refreshSidebarForContext, focusVaultInSidebar, refreshTagsForContext };
|
export { initVaultContext, setSelectedVaultContext, syncVaultSelectors, shouldDisplayPath, loadVaults, initSidebarFilter, TagFilterService, loadTags, scrollTreeItemIntoView, refreshSidebarForContext, focusVaultInSidebar, refreshTagsForContext, syncActiveFileTreeItem };
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
import { state } from './state.js';
|
import { state } from './state.js';
|
||||||
import { openFile, showWelcome } from './viewer.js';
|
import { openFile, showWelcome } from './viewer.js';
|
||||||
import { safeCreateIcons, getFileIcon } from './utils.js';
|
import { safeCreateIcons, getFileIcon } from './utils.js';
|
||||||
|
import { syncActiveFileTreeItem } from './sidebar.js';
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Right Sidebar Manager
|
// Right Sidebar Manager
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|||||||
@ -3,6 +3,7 @@ import { api } from './auth.js';
|
|||||||
import { state } from './state.js';
|
import { state } from './state.js';
|
||||||
import { escapeHtml, safeCreateIcons, safeHighlight, getFileIcon } from './utils.js';
|
import { escapeHtml, safeCreateIcons, safeHighlight, getFileIcon } from './utils.js';
|
||||||
import { TabManager, closeMobileSidebar, ContextMenuManager, RightSidebarManager, showToast } from './ui.js';
|
import { TabManager, closeMobileSidebar, ContextMenuManager, RightSidebarManager, showToast } from './ui.js';
|
||||||
|
import { syncActiveFileTreeItem } from './sidebar.js';
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Outline/TOC Manager
|
// Outline/TOC Manager
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user