save text when using inline emoji modal

master
Aevann 2024-11-10 18:33:37 +02:00
parent 4320f7b21b
commit 19222ae7ba
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ function replaceText(input, new_text) {
if (typeof markdown === "function" && input.dataset.preview) if (typeof markdown === "function" && input.dataset.preview)
markdown(input) markdown(input)
if (typeof savetext === "function")
savetext();
} }
function populate_inline_emoji_modal(results, textbox) function populate_inline_emoji_modal(results, textbox)