forked from Botanical/BotanJS
Merge remote-tracking branch 'origin/master' into Astro
This commit is contained in:
commit
ebaceb86b9
@ -32,10 +32,12 @@
|
||||
|
||||
if ( no && code == 27 )
|
||||
{
|
||||
e.preventDefault();
|
||||
_no.click();
|
||||
}
|
||||
else if( code == 13 && ( e.ctrlKey || e.altKey ) )
|
||||
{
|
||||
e.preventDefault();
|
||||
_yes.click();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user