mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
The discard button stub in createSaveButtons is set same as that of save button. This isn't desired because it hides the save button on running `change_save_button_sate` instead of hiding discard button. It was previously working as we weren't testing visibility of save button anywhere.