Skip to content

Commit 6c9d3a6

Browse files
authored
fix: allow focusing fields in the flyout on mobile (#184)
1 parent e3dbad1 commit 6c9d3a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/checkable_continuous_flyout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export class CheckableContinuousFlyout extends ContinuousFlyout {
5858
2 * CheckableContinuousFlyout.CHECKBOX_MARGIN;
5959

6060
constructor(workspaceOptions) {
61+
workspaceOptions.modalInputs = false;
6162
super(workspaceOptions);
6263
this.tabWidth_ = -2;
6364
this.MARGIN = 12;

0 commit comments

Comments
 (0)