Skip to content

Commit

Permalink
doubleclick -> click
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygoldcrest committed Feb 14, 2024
1 parent ed0c9ec commit a23b69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/SheetMusic/SheetMusic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function SheetMusic({
height: stave.getHeight(),
}}
$highlighted={isHighlighted}
onDoubleClick={() => {
onClick={() => {
if (!midi) {
return;
}
Expand Down

0 comments on commit a23b69a

Please sign in to comment.