mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
feat(in-app-help): don't open table of contents when in help view
This commit is contained in:
@@ -61,7 +61,7 @@ export default class SplitNoteContainer extends FlexContainer {
|
||||
await appContext.tabManager.activateNoteContext(noteContext.ntxId);
|
||||
|
||||
if (notePath) {
|
||||
await noteContext.setNote(notePath, viewScope);
|
||||
await noteContext.setNote(notePath, { viewScope });
|
||||
} else {
|
||||
await noteContext.setEmpty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user