Browse Source

Fix pressing enter action

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/5541/head
Joas Schilling 5 years ago
parent
commit
8c34922084
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      src/components/LeftSidebar/LeftSidebar.vue

2
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" />

Loading…
Cancel
Save