Skip to content

Commit

Permalink
fixed #101
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdc committed Jan 12, 2025
1 parent 916f338 commit 46b2282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NavigationContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { debounce, ItemView, Platform } from "obsidian";
import {
ensureSelfIsOpen,
moveSelfToDefaultLocation,
moveSelfToNewGroupAndHide,
selfIsNotInTheSidebar,
} from "src/services/MoveTab";
import { resetZoom, zoomIn, zoomOut } from "src/services/TabZoom";
Expand Down Expand Up @@ -78,6 +79,7 @@ export const NavigationContainer = () => {
loadSettings(plugin).then((settings) => {
if (settings.ephemeralTabs) initEphemeralTabs(app);
if (settings.enhancedKeyboardTabSwitch) modifyViewCueCallback(app);
if (settings.backgroundMode) moveSelfToNewGroupAndHide(app);
});
autoRefresh();
plugin.registerEvent(workspace.on("layout-change", autoRefresh));
Expand Down

0 comments on commit 46b2282

Please sign in to comment.