mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
0db181d2b7
21 changed files with 1554 additions and 998 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