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
Reference in a new issue