From b2bbf9cc5bd4aa3514a5790f928f5c9362231c4a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 2 Feb 2025 20:49:28 +0200 Subject: [PATCH] fix(in-app-help): set proper hoist for split help --- src/public/app/widgets/floating_buttons/help_button.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }) }); }