mirror of https://github.com/zulip/zulip.git
f21cee7caa
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. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore |