removed unused code

This commit is contained in:
supertiger 2019-03-12 19:17:54 +00:00
parent baf998a415
commit 40dedc7a80
2 changed files with 2 additions and 3 deletions

View file

@ -194,7 +194,8 @@ export default {
const searchArr = emojiParser.searchEmoji(shortcode.slice(1, -1))
if (searchArr.length <=0) return this.showEmojiSuggestions = false;
return this.showEmojiSuggestions = true;
console.log(searchArr)
//console.log(searchArr)
//TODO make a component.
},
async onInput(event) {

View file

@ -259,8 +259,6 @@ export default {
.button .text {
margin-left: 5px;
}
.send-button {
}
.close-button {
padding-right: 10px;
}