forked from MarseyWorld/MarseyWorld
focus textarea when clicking on speed emoji option
parent
abb702506f
commit
ba5bfc2462
|
@ -447,6 +447,7 @@ function populate_speed_emoji_modal(results, textbox)
|
|||
selecting = false;
|
||||
speed_carot_modal.style.display = "none";
|
||||
textbox.value = textbox.value.replace(new RegExp(current_word+"(?=\\s|$)", "g"), `:${result}:`)
|
||||
textbox.focus()
|
||||
markdown(textbox)
|
||||
};
|
||||
// Pack
|
||||
|
|
Loading…
Reference in New Issue