mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-18 10:00:48 +08:00
This commit is contained in:
parent
f0e3ba42bb
commit
b413b66e7f
@ -114,8 +114,8 @@ export class Gutter {
|
||||
selectIds.push(itemId);
|
||||
}));
|
||||
if (!selectedIncludeGutter) {
|
||||
let gutterNodeElement;
|
||||
Array.from(protyle.wysiwyg.element.querySelectorAll(`[data-node-id="${gutterId}"]`)).find(item => {
|
||||
let gutterNodeElement: HTMLElement;
|
||||
Array.from(protyle.wysiwyg.element.querySelectorAll(`[data-node-id="${gutterId}"]`)).find((item: HTMLElement) => {
|
||||
if (!isInEmbedBlock(item) && this.isMatchNode(item)) {
|
||||
gutterNodeElement = item;
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user