mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-25 17:56:09 +01:00
♻️ wnd tab 下拉图标
This commit is contained in:
parent
a7e6164f0e
commit
7acdb158f2
7 changed files with 19 additions and 13 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue