-
-
Notifications
You must be signed in to change notification settings - Fork 831
EditMessageComposer: disable Save button until a change has been made #3410
EditMessageComposer: disable Save button until a change has been made #3410
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - would be good to resolve Bruno's comments
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
fa20749
to
792b709
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but please avoid force pushing stuff. From a review perspective, it means the whole thing needs to be re-reviewed from scratch.
Is there a cleaner way to rebase? Pull develop and push made the PR unclean for some reason this time around because it included all the pulled in commits for whatever reason |
Fixes element-hq/element-web#10809
Also closes the edit event view if someone tries to send an edit which would not change the event at all, instead of doing nothing with no response to the user that their event would remain unchanged.
Signed-off-by: Michael Telatynski 7t3chguy@gmail.com