1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Lexical: Split helpers to utils, refactored files

This commit is contained in:
Dan Brown
2024-08-03 18:14:01 +01:00
parent e94ad78ea7
commit efec752985
39 changed files with 152 additions and 136 deletions

View File

@@ -1,7 +1,7 @@
import {EditorContainerUiElement, EditorUiElement} from "../core";
import {el} from "../../../helpers";
import {EditorDropdownButton} from "./dropdown-button";
import moreHorizontal from "@icons/editor/more-horizontal.svg"
import {el} from "../../../utils/dom";
export class EditorOverflowContainer extends EditorContainerUiElement {