mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 22:38:49 +01:00
This commit is contained in:
parent
255c2fdada
commit
dde49088c9
1 changed files with 4 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue