]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/utils/actions.ts
ZIP Imports: Added API examples, finished testing
[bookstack] / resources / js / wysiwyg / utils / actions.ts
index ae829bae3a3c7cfbbb28fc88138b58a87facbd8f..b7ce65eeb6c52edfed1ed056d4da199d435f17ea 100644 (file)
@@ -64,6 +64,6 @@ export function getEditorContentAsHtml(editor: LexicalEditor): Promise<string> {
     });
 }
 
-export function focusEditor(editor: LexicalEditor) {
+export function focusEditor(editor: LexicalEditor): void {
     editor.focus(() => {}, {defaultSelection: "rootStart"});
 }
\ No newline at end of file