mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-16 13:01:09 +00:00
removed unused code
This commit is contained in:
parent
baf998a415
commit
40dedc7a80
2 changed files with 2 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -259,8 +259,6 @@ export default {
|
|||
.button .text {
|
||||
margin-left: 5px;
|
||||
}
|
||||
.send-button {
|
||||
}
|
||||
.close-button {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue