Browse Source
Fix pressing enter action
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/5541/head
Joas Schilling
5 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
src/components/LeftSidebar/LeftSidebar.vue
|
|
@ -29,7 +29,7 @@ |
|
|
|
class="conversations-search" |
|
|
|
:is-searching="isSearching" |
|
|
|
@input="debounceFetchSearchResults" |
|
|
|
@keypress.enter.prevent.stop="onInputEnter" |
|
|
|
@submit="onInputEnter" |
|
|
|
@abort-search="abortSearch" /> |
|
|
|
<NewGroupConversation |
|
|
|
v-if="canStartConversations" /> |
|
|
|