Allow esc key to close search input
This commit is contained in:
parent
54d1be6b29
commit
58110189fe
@ -9,6 +9,7 @@
|
||||
class="input"
|
||||
placeholder="Search messages…"
|
||||
@blur="closeSearch"
|
||||
@keyup.esc="closeSearch"
|
||||
/>
|
||||
</div>
|
||||
<button
|
||||
|
Loading…
Reference in New Issue
Block a user