forked from MarseyWorld/MarseyWorld
save text when using inline emoji modal
parent
4320f7b21b
commit
19222ae7ba
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue