1
0
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:
chylex 2017-06-19 11:05:33 +02:00
parent 9a6fac5fc8
commit 2da0e03c6c

View File

@ -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");