mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +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) {
|
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,
|
blockId: attrs.id,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@ import {showMessage} from "../../dialog/message";
|
||||||
import {avRender} from "../render/av/render";
|
import {avRender} from "../render/av/render";
|
||||||
import {hideTooltip} from "../../dialog/tooltip";
|
import {hideTooltip} from "../../dialog/tooltip";
|
||||||
import {stickyRow} from "../render/av/row";
|
import {stickyRow} from "../render/av/row";
|
||||||
import {updateReadonly as updateReadonlyMethod} from "../breadcrumb/action";
|
|
||||||
import {getContenteditableElement} from "../wysiwyg/getBlock";
|
import {getContenteditableElement} from "../wysiwyg/getBlock";
|
||||||
import {activeBlur} from "../../mobile/util/keyboardToolbar";
|
import {activeBlur} from "../../mobile/util/keyboardToolbar";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue