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
so I built my own reusable fancy box component based on the one provided in this repo. When using it normally it works completely fine but inside a Sheet component the popover closes when toggling a command item. Somehow the focus gets stolen by the sheet.content primitive component. I could not figure out why this happens or how to prevent this.