mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
This commit is contained in:
parent
c375299d3e
commit
b32ec745e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1252,7 +1252,7 @@ export class WYSIWYG {
|
|||
|
||||
this.element.addEventListener("input", (event: InputEvent) => {
|
||||
const target = event.target as HTMLElement;
|
||||
if (target.tagName === "VIDEO" || target.tagName === "AUDIO" || event.inputType === "historyRndo") {
|
||||
if (target.tagName === "VIDEO" || target.tagName === "AUDIO" || event.inputType === "historyRedo") {
|
||||
return;
|
||||
}
|
||||
/// #if !BROWSER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue