This commit is contained in:
Joas Schilling 2019-02-07 14:45:09 +01:00 коммит произвёл GitHub
Родитель 0a74c0ee01
Коммит a16d355d39
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -624,7 +624,6 @@
// Pressing Arrow-up/down in an empty/unchanged input brings back the last sent messages
if (this.lastComments.length !== 0 && !$field.atwho('isSelecting')) {
console.log('key');
if (ev.keyCode === 38 || ev.keyCode === 40) {
this._loopThroughLastComments(ev, $field);