@mcurros2/microm 1.1.136-0 → 1.1.137-0
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4319,7 +4319,7 @@ const $ea58ddf30d0b80dd$export$4a25ee9b30a3b11c = ({ modalProps: modalProps, ani
|
|
|
4319
4319
|
(0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Group), {
|
|
4320
4320
|
position: "right",
|
|
4321
4321
|
children: [
|
|
4322
|
-
modal.withFullscreenButton && (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.ActionIcon), {
|
|
4322
|
+
modal.withFullscreenButton && (modal.initialSize !== "fullscreen" || modal.initialSize !== "100%") && (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.ActionIcon), {
|
|
4323
4323
|
onClick: (e)=>{
|
|
4324
4324
|
e.stopPropagation();
|
|
4325
4325
|
setModals((prev)=>prev.map((m, i)=>{
|