mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +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,
|
||||
// Use keyup because Esc keydown will close the confirm dialog on Safari
|
||||
keyup: true,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue