Files
zulip/static/js
YashRE42 f21cee7caa upload: Return single elem for get_item(drag_drop_container) w/ edit.
Previously, opening multiple message_edits and then drag-dropping a
file into any one of them would cause all of them to upload ie you'd
get one uploaded file in each message_edit.

This bug was caused by returning multiple elements from
upload.get_item("drag_drop_container", config) when config.mode =
"edit".

This commit changes the selector to use the row provided (config.row),
and so ensures that the above bug doesn't happen.
2021-11-10 12:06:15 -08:00
..
2021-07-05 17:04:06 -07:00
2021-11-01 11:07:01 -07:00
2021-05-28 15:44:49 -07:00
2021-10-19 16:51:13 -07:00
2021-05-18 17:33:51 -07:00