Skip to content

Commit

Permalink
import from UXP: No issue - Remove leftover reference to focus handle…
Browse files Browse the repository at this point in the history
…r for dev edition doorhanger (1116e8e1)
  • Loading branch information
roytam1 committed Jan 29, 2024
1 parent 95bc526 commit 323bda6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devtools/client/webconsole/hudservice.js
Expand Up @@ -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);
Expand Down

0 comments on commit 323bda6

Please sign in to comment.