]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/nodes/custom-paragraph.ts
Lexical: Started linking up cell properties form
[bookstack] / resources / js / wysiwyg / nodes / custom-paragraph.ts
index f13cef56f31b3742f8a21d3203423432a3f4d7f7..97647bf5e8d4a6bc34b04962b709cde6ccbf3d2a 100644 (file)
@@ -93,6 +93,6 @@ export function $createCustomParagraphNode() {
     return new CustomParagraphNode();
 }
 
-export function $isCustomParagraphNode(node: LexicalNode | null | undefined) {
+export function $isCustomParagraphNode(node: LexicalNode | null | undefined): node is CustomParagraphNode {
     return node instanceof CustomParagraphNode;
 }
\ No newline at end of file