зеркало из https://github.com/nextcloud/spreed.git
Update js/views/chatview.js
This commit is contained in:
Родитель
0a74c0ee01
Коммит
a16d355d39
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче