Skip to content

v0.9.2-beta.12

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Jun 07:54
· 238 commits to main since this release
81b21e1

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 real pointerdown events (only mousedown/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 the click event 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.