Keep list menu open after selecting all

Typically when you select all records it's because you want
to operate on those records immediately. The only case
this wouldn't be true is if you were scrolling, then selecting all
a bunch of times. I think it's more likely someone just wants to
select all, then delete.
This commit is contained in:
Brandon Presley 2023-01-01 13:43:55 +13:00
parent 86f01eb002
commit a78e07dac8
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ export default function ListMenu({
}
const select = () => {
setShowMenu(false)
onSelect()
}