mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user