diff options
Diffstat (limited to 'ext/js/app/frontend.js')
| -rw-r--r-- | ext/js/app/frontend.js | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/ext/js/app/frontend.js b/ext/js/app/frontend.js index b093ec33..e386bf64 100644 --- a/ext/js/app/frontend.js +++ b/ext/js/app/frontend.js @@ -552,9 +552,11 @@ export class Frontend {              }          } -        // The token below is used as a unique identifier to ensure that a new _updatePopup call -        // hasn't been started during the await. -        /** @type {?import('core').TokenObject} */ +        /** +         * The token below is used as a unique identifier to ensure that a new _updatePopup call +         * hasn't been started during the await. +         * @type {?import('core').TokenObject} +         */          const token = {};          this._updatePopupToken = token;          const popup = await popupPromise; |