diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index bf8d0df02..631180bf6 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -1970,9 +1970,6 @@ export class WYSIWYG { } const avGalleryItemElement = hasClosestByClassName(target, "av__gallery-item"); if (avGalleryItemElement) { - if (protyle.disabled) { - return false; - } openGalleryItemMenu({ target: avGalleryItemElement.querySelector(".protyle-icon--last"), protyle,