Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Popover] default
enforceFocus
to false to prevent issue with neste…
…d popovers (#21012) ## Summary & Motivation Fixes: https://linear.app/dagster-labs/issue/FE-252/daggy-u-dialog-blocks-input-in-textboxes-during-serverless-nux Nested blueprint popovers are buggy, blueprint recommends setting `enforceFocus=false` on the outermost popover in this case. We're going to set enforceFocus=false as the default instead of on a case by case basis to prevent further instances of the bug and because there hasn't been any case where we intentionally wanted to enforce focus. ## How I Tested These Changes With storybook
- Loading branch information
4a425d0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for dagit-storybook ready!
✅ Preview
https://dagit-storybook-dpk08m4t4-elementl.vercel.app
Built with commit 4a425d0.
This pull request is being automatically deployed with vercel-action