1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

[Pale-Moon] Fix undefined console when the hidePopup method is called

This commit is contained in:
FranklinDM
2022-01-09 18:25:57 +08:00
committed by roytam1
parent cba4f41ffa
commit 22b4e607c8
@@ -195,7 +195,6 @@ this.AutoCompletePopup = {
this.openedPopup.hidePopup();
} catch(e) {
Cu.reportError(e);
console.log("Debug: ", this.openedPopup);
}
}
AutoCompleteTreeView.clearResults();