mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Lexical: Reorganised custom node code into lexical codebase
Also cleaned up old unused imports.
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
||||
import {LexicalNodeMatcher} from "../nodes";
|
||||
import {$generateNodesFromDOM} from "@lexical/html";
|
||||
import {htmlToDom} from "./dom";
|
||||
import {NodeHasAlignment, NodeHasInset} from "../nodes/_common";
|
||||
import {NodeHasAlignment, NodeHasInset} from "lexical/nodes/common";
|
||||
import {$findMatchingParent} from "@lexical/utils";
|
||||
|
||||
function wrapTextNodes(nodes: LexicalNode[]): LexicalNode[] {
|
||||
|
||||
Reference in New Issue
Block a user