feat: Command Bar (#2669)

This commit is contained in:
Tom Moor
2021-10-24 12:30:27 -07:00
committed by GitHub
parent dc92e1ead4
commit 33b6fbdee9
55 changed files with 1373 additions and 400 deletions

View File

@ -52,7 +52,9 @@ const Modal = ({
}
});
if (!isOpen) return null;
if (!isOpen && !wasOpen) {
return null;
}
return (
<DialogBackdrop {...dialog}>