mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-01-25 06:46:02 +01:00
Fix emoji keyboard search not resetting when hiding the keyboard
This commit is contained in:
parent
9a6fac5fc8
commit
2da0e03c6c
@ -19,8 +19,6 @@ enabled(){
|
||||
[ "1F3FF", "#8A6859" ],
|
||||
];
|
||||
|
||||
this.emojiURL = "https://ton.twimg.com/tweetdeck-web/web/assets/emoji/";
|
||||
|
||||
this.emojiData1 = []; // no skin tones, prepended
|
||||
this.emojiData2 = {}; // contains emojis with skin tones
|
||||
this.emojiData3 = []; // no skin tones, appended
|
||||
@ -67,6 +65,8 @@ enabled(){
|
||||
$(this.currentSpanner).remove();
|
||||
this.currentSpanner = null;
|
||||
|
||||
this.currentKeywords = [];
|
||||
|
||||
this.composePanelScroller.trigger("scroll");
|
||||
|
||||
$(".emoji-keyboard-popup-btn").removeClass("is-selected");
|
||||
|
Loading…
Reference in New Issue
Block a user