Skip to content

Commit

Permalink
fix: some material-ui components inside uniforms dialog might lead to
Browse files Browse the repository at this point in the history
endless loop due to mui/material-ui#10341
  • Loading branch information
macrozone committed Sep 4, 2019
1 parent 963c5ab commit ea9136a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function Controls<T>(props: SlatePluginControls<T>) {

return (
<Dialog
disableEnforceFocus={true}
PaperProps={{ style: { minWidth: 300 } }}
className="ory-prevent-blur"
open={props.open}
Expand Down

0 comments on commit ea9136a

Please sign in to comment.