Skip to content

Commit

Permalink
feat: #comment updated App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Oct 1, 2024
1 parent 54b1be1 commit 96a187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 96a187a

Please sign in to comment.