mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Fix escape key not working on Safari
This commit is contained in:
parent
21f9b3c4c6
commit
4c17522d42
1 changed files with 2 additions and 0 deletions
|
@ -367,6 +367,8 @@ function Compose({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enableOnFormTags: true,
|
enableOnFormTags: true,
|
||||||
|
// Use keyup because Esc keydown will close the confirm dialog on Safari
|
||||||
|
keyup: true,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue