diff --git a/src/App.tsx b/src/App.tsx index 06e7113..0d89c10 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -142,7 +142,7 @@ function AudioDeviceArrangerApp() { ) const onNodeDragStop = useCallback( - (event: React.MouseEvent, node: Node) => { + (_: React.MouseEvent, node: Node) => { updateDevicePosition({ id: node.id, position: node.position }) }, [updateDevicePosition],