]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/nodes/media.ts
Lexical: Split helpers to utils, refactored files
[bookstack] / resources / js / wysiwyg / nodes / media.ts
index 751f420fa504f71a66893927b6b0870aa184ae78..aba4f6c37b46b5b53cc176a5524852271f3d65d3 100644 (file)
@@ -7,7 +7,8 @@ import {
     SerializedElementNode, Spread
 } from 'lexical';
 import type {EditorConfig} from "lexical/LexicalEditor";
-import {el} from "../helpers";
+
+import {el} from "../utils/dom";
 
 export type MediaNodeTag = 'iframe' | 'embed' | 'object' | 'video' | 'audio';
 export type MediaNodeSource = {