Skip to content

Commit

Permalink
Fix concurrency warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Dec 31, 2024
1 parent b973923 commit 3348496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PianoRoll/PianoRoll.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import SwiftUI
///
/// Note: Requires macOS 12 / iOS 15 due to SwiftUI bug (crashes in SwiftUI when deleting notes).
public struct PianoRoll: View {
public enum Layout {
public enum Layout: Sendable {
case horizontal
case vertical
}
Expand Down

0 comments on commit 3348496

Please sign in to comment.