From a3c2e5c43785b1d5d4fa4567d51289246a0858e1 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 22 Jun 2025 18:06:26 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/15100 --- app/src/protyle/wysiwyg/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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")) {