diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-04 18:20:05 -0500 |
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-04 18:23:05 -0500 |
| commit | dcddbee07e20163ae167dd67fe58f0776f9acb64 (patch) | |
| tree | 4a55c4bd42859f7bebae9d9cb31c6ae5fa0e3f9a /ext/js/app | |
| parent | 4b80a486181b902f3b1e089b584818ce725a91be (diff) | |
Update how ts comments are handled
Diffstat (limited to 'ext/js/app')
| -rw-r--r-- | ext/js/app/popup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/app/popup.js b/ext/js/app/popup.js index 4f201fc3..7419785b 100644 --- a/ext/js/app/popup.js +++ b/ext/js/app/popup.js @@ -745,7 +745,7 @@ export class Popup extends EventDispatcher { if ( fullscreenElement === null || fullscreenElement.shadowRoot || - // @ts-ignore - openOrClosedShadowRoot is available to Firefox 63+ for WebExtensions + // @ts-expect-error - openOrClosedShadowRoot is available to Firefox 63+ for WebExtensions fullscreenElement.openOrClosedShadowRoot ) { return defaultParent; |