This commit is contained in:
2025-12-20 22:27:07 -03:00
parent 43e6973f88
commit fed47b09ea

View File

@@ -756,7 +756,10 @@ function ActionMenu() {
open={open} open={open}
onOpenChange={async (open) => { onOpenChange={async (open) => {
set(open) set(open)
await runAsync()
if (open && !data) {
await runAsync()
}
}} }}
> >
<PopoverTrigger asChild> <PopoverTrigger asChild>