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:
parent
583da2bd9f
commit
ba8e29a9f8
@ -58,6 +58,7 @@ enabled(){
|
||||
this.currentKeyboard = null;
|
||||
|
||||
$(".emoji-keyboard-popup-btn").removeClass("is-selected");
|
||||
$(".js-compose-text").first().focus();
|
||||
};
|
||||
|
||||
var generateEmojiHTML = skinTone => {
|
||||
|
Loading…
Reference in New Issue
Block a user