auto close labels dropdown on select but not on checkbox

This commit is contained in:
miloschwartz
2026-05-26 22:47:05 -07:00
parent ae8599c723
commit 0b6a3234a5
2 changed files with 18 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ export function TableLabelsCell({
orgId={orgId}
selectedLabels={localLabels}
toggleLabel={toggleLabel}
onClose={() => handleOpenChange(false)}
/>
</PopoverContent>
</Popover>