mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 06:30:14 +01:00
🚨
This commit is contained in:
parent
740bf34074
commit
29bd68b802
2 changed files with 1 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ export const openFileAttr = (attrs: IObject, focusName = "bookmark", protyle?: I
|
|||
}
|
||||
});
|
||||
if (!protyle) {
|
||||
ghostProtyle = new Protyle(window.siyuan.ws.app, document.createElement('div'), {
|
||||
ghostProtyle = new Protyle(window.siyuan.ws.app, document.createElement("div"), {
|
||||
blockId: attrs.id,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ import {showMessage} from "../../dialog/message";
|
|||
import {avRender} from "../render/av/render";
|
||||
import {hideTooltip} from "../../dialog/tooltip";
|
||||
import {stickyRow} from "../render/av/row";
|
||||
import {updateReadonly as updateReadonlyMethod} from "../breadcrumb/action";
|
||||
import {getContenteditableElement} from "../wysiwyg/getBlock";
|
||||
import {activeBlur} from "../../mobile/util/keyboardToolbar";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue