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 0eff4fc commit 0556998Copy full SHA for 0556998
Sources/SwiftCrossUI/Backend/AppBackend.swift
@@ -1153,13 +1153,13 @@ extension AppBackend {
1153
}
1154
1155
1156
- public func createHoverTarget(wrapping child: Widget) {
+ public func createHoverTarget(wrapping child: Widget) -> Widget {
1157
todo()
1158
1159
public func updateHoverTarget(
1160
- _ hoverTarget: Widget,
+ _ container: Widget,
1161
environment: EnvironmentValues,
1162
- action: @escaping () -> Void
+ action: @escaping (Bool) -> Void
1163
) {
1164
1165
0 commit comments