mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
@@ -28,7 +28,7 @@ export const Popover = ({ popover, trigger, children, disabled, className, ...pr
|
||||
useKeys(props.keybind ?? [], (e) => {
|
||||
if (!props.keybind) return;
|
||||
e.stopPropagation();
|
||||
popover.setOpen(!open);
|
||||
popover.setOpen((o) => !o);
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user