mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🚨
This commit is contained in:
parent
6104ba3035
commit
f5d9958a93
8 changed files with 44 additions and 44 deletions
|
|
@ -65,7 +65,7 @@ export const initUI = (protyle: IProtyle) => {
|
|||
protyle.background.element.classList.toggle("protyle-background--mobileshow");
|
||||
return;
|
||||
}
|
||||
const embedBlockElement = hasClosestByAttribute(target, "data-type", "NodeBlockQueryEmbed")
|
||||
const embedBlockElement = hasClosestByAttribute(target, "data-type", "NodeBlockQueryEmbed");
|
||||
if (embedBlockElement) {
|
||||
embedBlockElement.firstElementChild.classList.toggle("protyle-icons--show");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue