fix(in-app-help): set proper hoist for split help

This commit is contained in:
Elian Doran 2025-02-02 20:49:28 +02:00
parent 868ca2d982
commit b2bbf9cc5b
No known key found for this signature in database

View File

@ -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"
})
});
}