mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: calls function correctly
This commit is contained in:
@@ -15,7 +15,7 @@ export const DragItems: InteractionReducer = {
|
||||
if (
|
||||
state.mode.type !== 'DRAG_ITEMS' ||
|
||||
!state.mouse.mousedown ||
|
||||
!hasMovedTile
|
||||
!hasMovedTile(state.mouse)
|
||||
)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user