mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
feat(in-app-help): don't open table of contents when in help view
This commit is contained in:
@@ -55,7 +55,10 @@ export default class ContextualHelpButton extends NoteContextAwareWidget {
|
||||
this.triggerCommand("openNewNoteSplit", {
|
||||
ntxId,
|
||||
notePath: `_help_${this.helpNoteIdToOpen}`,
|
||||
hoistedNoteId: "_help"
|
||||
hoistedNoteId: "_help",
|
||||
viewScope: {
|
||||
viewMode: "contextual-help"
|
||||
}
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user