mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
fix(in-app-help): set proper hoist for split help
This commit is contained in:
parent
868ca2d982
commit
b2bbf9cc5b
@ -54,7 +54,8 @@ export default class ContextualHelpButton extends NoteContextAwareWidget {
|
||||
const { ntxId } = subContexts[subContexts.length - 1];
|
||||
this.triggerCommand("openNewNoteSplit", {
|
||||
ntxId,
|
||||
notePath: `_help_${this.helpNoteIdToOpen}`
|
||||
notePath: `_help_${this.helpNoteIdToOpen}`,
|
||||
hoistedNoteId: "_help"
|
||||
})
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user