Fix find/replace CM styling

This commit is contained in:
Gregory Schier
2024-02-26 17:07:09 -08:00
parent 59d532ed4d
commit 1efd0852ef
7 changed files with 50 additions and 32 deletions

View File

@@ -36,7 +36,7 @@ export function Dialog({
[description],
);
useHotKey('popup.close', onClose);
useHotKey('popup.close', onClose, { enable: open });
return (
<Overlay open={open} onClose={onClose} portalName="dialog">