no longer open full-page menu on <esc>

pull/4255/head
Thibault Duplessis 2018-04-15 21:38:26 +02:00
parent 8fcfba1a5c
commit 2dc9b778aa
1 changed files with 0 additions and 1 deletions

View File

@ -563,7 +563,6 @@ lichess.topMenuIntent = function() {
else {
$input = $(':focus');
if ($input.length) $input.blur();
else $('#ham-plate').click();
}
return false;
});