added individual rotation to rotation controls
This commit is contained in:
@@ -403,6 +403,7 @@ function RotateControls3D() {
|
||||
}
|
||||
|
||||
setIsRotating(false);
|
||||
setIsIndividualRotating(false);
|
||||
clearSelection();
|
||||
}, [rotatedObjects, eventStore, productStore, selectedProduct, updateBackend, projectId, updateAsset, organization, socket, selectedVersion, userId, initialPositions, initialRotations]);
|
||||
|
||||
@@ -412,6 +413,7 @@ function RotateControls3D() {
|
||||
setMovedObjects([]);
|
||||
setRotatedObjects([]);
|
||||
setSelectedAssets([]);
|
||||
setIsIndividualRotating(false);
|
||||
};
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user