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
Clicking the title bar with a menu open now reliably closes the menu. The 0.7.1 fix turned out to be incomplete — the window's drag areas are assembled in page order, so the title bar could re-claim the area the menu's backdrop had just released, and a click there still dragged the window (most visible on Windows). Now every drag surface stands down for as long as a menu or context menu is open, so the next click always lands — dismissing the menu — and window dragging resumes the moment it closes. Modals and dialogs intentionally keep the title bar draggable, matching native behavior.