Only count popups as open which are "open"

cfb40cae0b6e6c49c8e44281ecd9ee24e9cb5c30

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/popup.js+1 -1
@@ -596,7 +596,7 @@ export class Popup {
596596
597597 /** @returns {boolean} Checks if any modal popup dialog is open */
598598 isPopupOpen() {
599599 return Popup.util.popups.filter(x => x.dlg.hasAttribute('open')).length > 0;
600600 },
601601
602602 /**