Skip to content

Commit 18e72ee

Browse files
authored
fix: "Overlay enabled" false positive
1 parent 1e6c003 commit 18e72ee

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
@@ -183,7 +183,7 @@ if (parsedResourceQuery.overlay) {
183183

184184
decodeOverlayOptions(options.overlay);
185185
}
186-
enabledFeatures.Overlay = true;
186+
enabledFeatures.Overlay = options.overlay !== false;
187187
}
188188

189189
if (parsedResourceQuery.logging) {

0 commit comments

Comments
 (0)