mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Lexical: Split helpers to utils, refactored files
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import {EditorContainerUiElement, EditorUiElement} from "./core";
|
||||
import {el} from "../../helpers";
|
||||
|
||||
import {el} from "../../utils/dom";
|
||||
|
||||
export type EditorContextToolbarDefinition = {
|
||||
selector: string;
|
||||
|
||||
Reference in New Issue
Block a user