Skip to content

Commit

Permalink
Fixed iOS build regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Oct 18, 2024
1 parent e2f2661 commit 41ec595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ extension TimecodeField {
.onTapGesture {
startEditing()
}
.onChange(of: componentEditing) { oldValue, newValue in
.onChange(of: focusedComponent) { oldValue, newValue in
setIsVirgin(true)
}
.onDisappear {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ extension View {
}
}

#if os(macOS)
@available(macOS 13.0, *)
@available(iOS, unavailable)
@available(tvOS, unavailable)
Expand Down Expand Up @@ -330,5 +331,6 @@ extension View {
}
}
}
#endif

#endif

0 comments on commit 41ec595

Please sign in to comment.