diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index 6ea5e42b3..2dcf76447 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -453,6 +453,10 @@ export class WYSIWYG { return; } + // https://ld246.com/article/1681778773806 + if (["IMG", "VIDEO", "AUDIO"].includes(target.tagName)) { + return; + } // 多选节点 let x = event.clientX; if (event.clientX > mostRight) {