mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 02:50:46 +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))
|
const searchArr = emojiParser.searchEmoji(shortcode.slice(1, -1))
|
||||||
if (searchArr.length <=0) return this.showEmojiSuggestions = false;
|
if (searchArr.length <=0) return this.showEmojiSuggestions = false;
|
||||||
return this.showEmojiSuggestions = true;
|
return this.showEmojiSuggestions = true;
|
||||||
console.log(searchArr)
|
//console.log(searchArr)
|
||||||
|
//TODO make a component.
|
||||||
|
|
||||||
},
|
},
|
||||||
async onInput(event) {
|
async onInput(event) {
|
||||||
|
|
|
||||||
|
|
@ -259,8 +259,6 @@ export default {
|
||||||
.button .text {
|
.button .text {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
.send-button {
|
|
||||||
}
|
|
||||||
.close-button {
|
.close-button {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue