mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
No issue - Remove leftover reference to focus handler for dev edition doorhanger
Follow-up to 038774e52bb23bff1d323b5289c05fd677043337
This commit is contained in:
parent
462aac7d98
commit
1116e8e137
1 changed files with 0 additions and 1 deletions
|
|
@ -675,7 +675,6 @@ BrowserConsole.prototype = extend(WebConsole.prototype, {
|
|||
// instance.
|
||||
let onClose = () => {
|
||||
window.removeEventListener("unload", onClose);
|
||||
window.removeEventListener("focus", onFocus);
|
||||
this.destroy();
|
||||
};
|
||||
window.addEventListener("unload", onClose);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue