mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
🎨 Clean code
This commit is contained in:
parent
f1f34761c8
commit
744dc2b7f3
2 changed files with 4 additions and 4 deletions
|
|
@ -270,9 +270,9 @@ export const copyTab = (app: App, tab: Tab) => {
|
|||
afterInitProtyle(editor) {
|
||||
// https://github.com/siyuan-note/siyuan/issues/13851
|
||||
if (tab.model instanceof Editor) {
|
||||
const copyResizeTopElement = tab.model.editor.protyle.wysiwyg.element.querySelector("[data-resize-top]")
|
||||
const copyResizeTopElement = tab.model.editor.protyle.wysiwyg.element.querySelector("[data-resize-top]");
|
||||
if (copyResizeTopElement) {
|
||||
const newElement = editor.protyle.wysiwyg.element.querySelector(`[data-node-id="${copyResizeTopElement.getAttribute("data-node-id")}"]`)
|
||||
const newElement = editor.protyle.wysiwyg.element.querySelector(`[data-node-id="${copyResizeTopElement.getAttribute("data-node-id")}"]`);
|
||||
if (newElement) {
|
||||
editor.protyle.observerLoad?.disconnect();
|
||||
newElement.scrollIntoView();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue