upload: Append file markdown to textarea when placeholder is missing.

Fixes #26037.
This commit is contained in:
evykassirer
2023-06-25 17:02:19 -07:00
committed by Tim Abbott
parent 46b582689a
commit cbd4aad0a5
3 changed files with 14 additions and 3 deletions

View File

@@ -492,6 +492,7 @@ test("copy_paste", ({override, override_rewire}) => {
test("uppy_events", ({override_rewire, mock_template}) => {
$("#compose_banners .upload_banner .moving_bar").css = () => {};
$("#compose_banners .upload_banner").length = 0;
override_rewire(compose_ui, "smart_insert_inline", () => {});
const callbacks = {};
let state = {};