We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d5eb4 commit 11f5443Copy full SHA for 11f5443
special-pages/pages/duckplayer/app/features/error-detection.js
@@ -31,7 +31,7 @@ export class ErrorDetection {
31
iframeDidLoad(iframe) {
32
this.iframe = iframe;
33
34
- if (!this.options?.state || this.options.state === 'disabled') {
+ if (this.options?.state !== 'enabled') {
35
console.log('Error detection disabled');
36
return null;
37
}
0 commit comments