zulip/static
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
..
assets icons: Set font-display: block for icon font. 2021-08-23 15:59:54 -07:00
audio notificaiton_sounds: Add some atonal sounds created by @stwime. 2021-02-05 12:28:20 -08:00
generated
html templates: Mark all void tags as self-closing. 2021-04-21 09:49:34 -07:00
images user docs: Add documentation for /todo. 2021-11-09 10:16:47 -08:00
js upload: Return single elem for get_item(drag_drop_container) w/ edit. 2021-11-10 12:06:15 -08:00
shared poll: Handle duplicate poll options. 2021-11-10 09:07:03 -08:00
styles message_view_header: Switch selector for hover to ~ instead of +. 2021-11-10 11:05:22 -08:00
templates user_profile_modal: Migrate modal to Micromodal. 2021-11-10 11:04:38 -08:00
third lint: Fix typos found by codespell. 2021-10-19 16:51:13 -07:00
.gitignore dependencies: Replace moment.js with date-fns. 2021-02-05 11:04:32 -08:00