v0.9.2-beta.12
Pre-release
Pre-release
·
238 commits
to main
since this release
Delta since previous beta (v0.9.2-beta.11) — 1 new changeset.
Patch Changes
- Fix the sidebar project switcher not opening, and not dismissing on outside click, in the macOS desktop app. Radix's DropdownMenu opens on
pointerdown, but the desktop renderer does not receive realpointerdownevents (onlymousedown/click), so clicking the trigger did nothing; and because the menu was modal, clicking outside could not dismiss it either. The trigger now also opens from theclickevent on the desktop host (mirroring the editor's "Open with AI" menu), and the menu is non-modal so outside-click dismissal works and the rest of the UI stays interactive while it's open — matching the Cloud/Sync popover. Browsers are unaffected.