Skip to content

Commit ab1469a

Browse files
committed
On drag, update operation mode target regardless of operation type
1 parent ef252b9 commit ab1469a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/lite/ui/src/routes/project/$id/workspace/OperationTarget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const useOperationDropTarget = ({
9393
dispatch(
9494
projectActions.updatePointerTransfer({
9595
projectId,
96-
target: operationType !== null ? target : null,
96+
target,
9797
operationType,
9898
}),
9999
);

0 commit comments

Comments
 (0)