This commit is contained in:
2025-11-13 02:49:37 +01:00
parent 1e740ea024
commit 6fe7bbbbb5
7 changed files with 0 additions and 88 deletions
-1
View File
@@ -456,7 +456,6 @@ const useDocumentDrag = (options: UseDocumentDragOptions) => {
const baseOffsetX = itemCenterX - centerX;
const baseOffsetY = itemCenterY - centerY;
const initialRotation = itemEntry?.rotation ?? 0;
const targetRotation = initialRotation;
return {
docId: id,
width: itemWidth,