diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index 1866d9b74..6d3d7f144 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -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")) {