mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
This commit is contained in:
parent
e7c544e7ad
commit
a3c2e5c437
1 changed files with 6 additions and 0 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue