Fix escape key not working on Safari

This commit is contained in:
Lim Chee Aun 2023-02-14 19:38:17 +08:00
parent 21f9b3c4c6
commit 4c17522d42

View file

@ -367,6 +367,8 @@ function Compose({
},
{
enableOnFormTags: true,
// Use keyup because Esc keydown will close the confirm dialog on Safari
keyup: true,
},
);