mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
[Pale-Moon] Fix undefined console when the hidePopup method is called
This commit is contained in:
parent
cba4f41ffa
commit
22b4e607c8
1 changed files with 0 additions and 1 deletions
|
|
@ -195,7 +195,6 @@ this.AutoCompletePopup = {
|
|||
this.openedPopup.hidePopup();
|
||||
} catch(e) {
|
||||
Cu.reportError(e);
|
||||
console.log("Debug: ", this.openedPopup);
|
||||
}
|
||||
}
|
||||
AutoCompleteTreeView.clearResults();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue