fix app crash when draging components within modal (#557)

This commit is contained in:
Akshay 2021-08-20 15:57:22 +05:30 committed by GitHub
parent df1b7e905a
commit f07e87ad48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,7 @@ export const Modal = function Modal({
snapToGrid={true}
parentRef={parentRef}
parent={id}
currentLayout={containerProps.currentLayout}
/>
</BootstrapModal.Body>
</BootstrapModal>