We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c534a commit 06d864aCopy full SHA for 06d864a
src/ChatWindow/EmojiPicker.vue
@@ -27,7 +27,7 @@
27
}"
28
>
29
<div class="emoji-picker__search">
30
- <input type="text" v-model="search" v-focus />
+ <input type="text" v-model="search" />
31
</div>
32
<div>
33
<div v-for="(emojiGroup, category) in emojis" :key="category">
@@ -86,13 +86,6 @@ export default {
86
else this.emojiPickerHeight = clientY - 320
87
}, 0)
88
}
89
- },
90
- directives: {
91
- focus: {
92
- inserted(el) {
93
- el.focus()
94
- }
95
96
97
98
</script>
src/ChatWindow/Room.vue
@@ -685,6 +685,7 @@ export default {
685
textarea {
686
height: 20px;
687
width: 100%;
688
+ line-height: 20px;
689
overflow: hidden;
690
outline: 0;
691
resize: none;
0 commit comments