mui-dialog 1.0.25 → 1.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mui-dialog.es.js +2 -0
- package/package.json +1 -1
package/dist/mui-dialog.es.js
CHANGED
|
@@ -1914,6 +1914,8 @@ const MuiDialog = (props) => {
|
|
|
1914
1914
|
maxWidth: SIZE_TO_MAX_WIDTH[selectedSize],
|
|
1915
1915
|
fullWidth: true,
|
|
1916
1916
|
...rest,
|
|
1917
|
+
disableEnforceFocus: true,
|
|
1918
|
+
disableRestoreFocus: true,
|
|
1917
1919
|
children: /* @__PURE__ */ jsxs("div", { className: `p-24 h-fill ${IS_SAFARI ? "safari-height-fix" : ""}`, children: [
|
|
1918
1920
|
title && /* @__PURE__ */ jsxs(
|
|
1919
1921
|
"div",
|