diff --git a/src/public/app/widgets/floating_buttons/help_button.ts b/src/public/app/widgets/floating_buttons/help_button.ts index cdc394eb5..4173ac6fb 100644 --- a/src/public/app/widgets/floating_buttons/help_button.ts +++ b/src/public/app/widgets/floating_buttons/help_button.ts @@ -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" }) }); }