We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e1b5d commit 424cb4aCopy full SHA for 424cb4a
src/modal/modal.tsx
@@ -96,6 +96,7 @@ export default function InternalModal({
96
child = (
97
<Resizable
98
{...mergedResizable.options}
99
+ axis={mergedResizable.options.axis}
100
width={final.width as number}
101
height={final.height as number}
102
onResize={handleResize}
0 commit comments