From d90d408279938d389019a8bed15c5eb95af7c8bc Mon Sep 17 00:00:00 2001 From: Cashew <52880648+Scrub1492@users.noreply.github.com> Date: Fri, 29 Dec 2023 10:31:45 +0700 Subject: Comment updates (#481) * comment updates * comment updates --- ext/js/app/frontend.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ext/js/app') 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; -- cgit v1.2.3