fix: add missing openFile import in ui.js
All checks were successful
CI / lint (push) Successful in 13s
CI / security (push) Successful in 9s
CI / test (push) Successful in 16s
CI / build (push) Successful in 3s

This commit is contained in:
Bruno Charest 2026-05-28 15:35:35 -04:00
parent 1b9ba69c52
commit 83a5de2ed2

View File

@ -1,5 +1,6 @@
/* ObsiGate — UI: theme, sidebar, context menus, tabs, toast, find-in-page */
import { rightSidebarVisible, rightSidebarWidth, currentVault, currentPath, selectedContextVault } from './state.js';
import { openFile } from './viewer.js';
// ---------------------------------------------------------------------------
// Right Sidebar Manager