We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497f706 commit 84ef3b0Copy full SHA for 84ef3b0
1 file changed
Sources/Keyboard/KeyboardModel.swift
@@ -23,7 +23,7 @@ class KeyboardModel: ObservableObject {
23
newPitches.add(p)
24
}
25
26
- if touchedPitches != newPitches {
+ if touchedPitches.array != newPitches.array {
27
touchedPitches = newPitches
28
29
0 commit comments