We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ceecec commit 5f94cb6Copy full SHA for 5f94cb6
packages/browser-sdk/src/client.ts
@@ -468,7 +468,8 @@ export class ReflagClient {
468
}
469
470
if (shouldShowToolbar(opts)) {
471
- const position = typeof opts.toolbar === "object" ? opts.toolbar.position : undefined;
+ const position =
472
+ typeof opts.toolbar === "object" ? opts.toolbar.position : undefined;
473
this.showToolbarToggle(position);
474
475
0 commit comments