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 959a9f0 commit 21622f2Copy full SHA for 21622f2
packages/react-moveable/src/MoveableGroup.tsx
@@ -449,7 +449,7 @@ class MoveableGroup extends MoveableManager<GroupableProps> {
449
isContainerChanged
450
|| isTargetChanged
451
|| changed.length
452
- || targets.length && isDeepArrayEquals(this._targetGroups, props.targetGroups || [])
+ || targets.length && !isDeepArrayEquals(this._targetGroups, props.targetGroups || [])
453
) {
454
this.updateRect();
455
this._hasFirstTargets = true;
0 commit comments