mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-05 15:11:48 +01:00
🎨 Clean code
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
c254d2c019
commit
01ed3fe4c4
2 changed files with 3 additions and 4 deletions
|
|
@ -2,7 +2,8 @@ import {
|
|||
hasClosestBlock,
|
||||
hasClosestByClassName,
|
||||
hasClosestByTag,
|
||||
hasTopClosestByClassName, isInAVBlock,
|
||||
hasTopClosestByClassName,
|
||||
isInAVBlock,
|
||||
isInEmbedBlock
|
||||
} from "../util/hasClosest";
|
||||
import {getIconByType} from "../../editor/getIcon";
|
||||
|
|
@ -60,7 +61,6 @@ import {processClonePHElement} from "../render/util";
|
|||
import {openFileById} from "../../editor/util";
|
||||
/// #endif
|
||||
import {checkFold} from "../../util/noRelyPCFunction";
|
||||
import {copyTextByType} from "../toolbar/util";
|
||||
import {clearSelect} from "../util/clearSelect";
|
||||
|
||||
export class Gutter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue