add missing removal of event listener to ws fallback ui.js
This commit is contained in:
parent
c9dca7e083
commit
cdfbc7a2df
1 changed files with 2 additions and 0 deletions
|
@ -1386,6 +1386,8 @@ class Base64ZipDialog extends Dialog {
|
|||
|
||||
hide() {
|
||||
this.clearBrowserHistory();
|
||||
this.$pasteBtn.removeEventListener('click', _ => this._clickCallback());
|
||||
this.$fallbackTextarea.removeEventListener('input', _ => this._inputCallback());
|
||||
super.hide();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue