You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: deliver launcher button taps + hide launcher while sheet is open
The floating launcher button rendered but was never tappable: the
PassthroughWindow hit-test discarded `rootViewController.view`, but SwiftUI
flattens the Button into that single hosting view, so button taps fell through
the window. Mark the overlay background non-interactive and forward SwiftUI's
own hit result instead (empty space passes through, the button is delivered).
Also suspend the launcher overlay while the messenger sheet is presented so the
FAB no longer floats above it, restoring it on dismiss.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments