Fix for react stack level issue

This commit is contained in:
navaneeth 2021-05-14 17:20:12 +05:30
parent 1fb42cd6d7
commit 31704eca4e

View file

@ -83,7 +83,7 @@ export const DraggableBox = function DraggableBox({
useEffect(() => {
preview(getEmptyImage(), { captureDraggingState: true });
}, []);
}, [isDragging]);
useEffect(() => {
if (resizingStatusChanged) {