mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 06:53:11 +02:00
Fix find/replace CM styling
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user