mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
upload: Append file markdown to textarea when placeholder is missing.
Fixes #26037.
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user