Vanessa 2025-06-22 18:06:26 +08:00
parent e7c544e7ad
commit a3c2e5c437

View file

@ -616,6 +616,12 @@ export class WYSIWYG {
}
return;
}
// https://github.com/siyuan-note/siyuan/issues/15100
if (galleryItemElement) {
return;
}
// https://github.com/siyuan-note/siyuan/issues/3026
hideElements(["select"], protyle);
if (hasClosestByAttribute(target, "data-type", "av-gallery-more")) {