1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-22 09:15:48 +02:00

Make emoji keyboard bring focus into the input when closed

This commit is contained in:
chylex 2017-04-06 18:03:44 +02:00
parent 583da2bd9f
commit ba8e29a9f8

View File

@ -58,6 +58,7 @@ enabled(){
this.currentKeyboard = null;
$(".emoji-keyboard-popup-btn").removeClass("is-selected");
$(".js-compose-text").first().focus();
};
var generateEmojiHTML = skinTone => {