feat: Command Bar (#2669)
This commit is contained in:
@ -52,7 +52,9 @@ const Modal = ({
|
||||
}
|
||||
});
|
||||
|
||||
if (!isOpen) return null;
|
||||
if (!isOpen && !wasOpen) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<DialogBackdrop {...dialog}>
|
||||
|
Reference in New Issue
Block a user