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: preview SQL popover not presenting from toolbar button (#740)
Move .popover() from the disabled Button to an always-enabled VStack
wrapper so SwiftUI can anchor the popover regardless of button state.
Also remove attachmentAnchor: .point(.bottom) which caused incorrect
positioning in macOS toolbars.
0 commit comments