Explorar o código

133085 remove undefined

soumaeda %!s(int64=2) %!d(string=hai) anos
pai
achega
731a80348c

+ 1 - 1
packages/editor/src/services/codemirror-editor/use-codemirror-editor/utils/insert-header.ts

@@ -34,6 +34,6 @@ export const useInsertHeader = (view?: EditorView): InsertHeader => {
       },
       selection: { anchor: cursorPos + insertText.length },
     });
-    view?.focus();
+    view.focus();
   }, [view]);
 };