♻️ wnd tab 下拉图标

This commit is contained in:
Vanessa 2023-06-12 12:42:22 +08:00
parent a7e6164f0e
commit 7acdb158f2
7 changed files with 19 additions and 13 deletions

View file

@ -1,4 +1,4 @@
import {Menu} from "../../../plugin/Meun";
import {Menu} from "../../../plugin/Menu";
import {hasClosestBlock, hasClosestByAttribute, hasClosestByClassName} from "../../util/hasClosest";
import {transaction} from "../../wysiwyg/transaction";
import {openEditorTab} from "../../../menus/util";

View file

@ -1,6 +1,6 @@
import {transaction} from "../../wysiwyg/transaction";
import {hasClosestBlock} from "../../util/hasClosest";
import {Menu} from "../../../plugin/Meun";
import {Menu} from "../../../plugin/Menu";
import {getColIconByType} from "./col";
export const popTextCell = (protyle: IProtyle, cellElement: HTMLElement) => {