Skip to content

Commit cf94373

Browse files
authored
fix: "Overlay enabled" false positive (#32)
1 parent 0244b83 commit cf94373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ if (parsedResourceQuery.overlay) {
192192

193193
decodeOverlayOptions(options.overlay);
194194
}
195-
enabledFeatures.Overlay = true;
195+
enabledFeatures.Overlay = options.overlay !== false;
196196
}
197197

198198
if (parsedResourceQuery.logging) {

0 commit comments

Comments
 (0)