fix(in-app-help): headings not always updated properly

This commit is contained in:
Elian Doran
2025-02-02 19:08:44 +02:00
parent ff0514a7dc
commit 3796818a78
3 changed files with 38 additions and 17 deletions

View File

@@ -155,6 +155,10 @@ export type CommandMappings = {
callback?: GetTextEditorCallback;
};
executeWithCodeEditor: CommandData & ExecuteCommandData<null>;
/**
* Called upon when attempting to retrieve the content element of a {@link NoteContext}.
* Generally should not be invoked manually, as it is used by {@link NoteContext.getContentElement}.
*/
executeWithContentElement: CommandData & ExecuteCommandData<JQuery<HTMLElement>>;
executeWithTypeWidget: CommandData & ExecuteCommandData<null>;
addTextToActiveEditor: CommandData & {