mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Fix for react stack level issue
This commit is contained in:
parent
1fb42cd6d7
commit
31704eca4e
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ export const DraggableBox = function DraggableBox({
|
|||
|
||||
useEffect(() => {
|
||||
preview(getEmptyImage(), { captureDraggingState: true });
|
||||
}, []);
|
||||
}, [isDragging]);
|
||||
|
||||
useEffect(() => {
|
||||
if (resizingStatusChanged) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue