Skip to content

Commit

Permalink
fix: allow focusing fields in the flyout on mobile (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfunko authored Sep 18, 2024
1 parent e3dbad1 commit 6c9d3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/checkable_continuous_flyout.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class CheckableContinuousFlyout extends ContinuousFlyout {
2 * CheckableContinuousFlyout.CHECKBOX_MARGIN;

constructor(workspaceOptions) {
workspaceOptions.modalInputs = false;
super(workspaceOptions);
this.tabWidth_ = -2;
this.MARGIN = 12;
Expand Down

0 comments on commit 6c9d3a6

Please # to comment.