mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
This commit is contained in:
parent
dcc0539e4b
commit
306fab4fee
2 changed files with 11 additions and 2 deletions
|
|
@ -584,7 +584,9 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation) => {
|
|||
});
|
||||
}
|
||||
} else if (operation.action === "addAttrViewView") {
|
||||
openMenuPanel({protyle, blockElement: item, type: "config"});
|
||||
if (item.getAttribute("data-node-id") === operation.blockID) {
|
||||
openMenuPanel({protyle, blockElement: item, type: "config"});
|
||||
}
|
||||
}
|
||||
}
|
||||
item.removeAttribute("data-loading");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue