mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
Currently, if we navigate to some other topic/stream while the message is being moved, the message edit UI still remains open as we do not get its `row` in `message_lists.current` since the message has not moved yet to the stream/topic we navigated. Hence the correct thing to do would be to delete the message_id from `currently_editing_messages` if it exists there but we cannot find the row. Fixes #21724.
44 KiB
44 KiB