mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This commit hides the "Save" and "Cancel" buttons after the first click and shows a spinner until a successful / failed response is received. We do not allow sending any other message edit requests during this time frame, similar to how our inline topic edit ui works. Fixes #16143.