You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a small glitch in the interaction between the user and the app.
When he will try to edit he's own reply, the cancel button is a bit misleading as he might think that he updated the reply even when clicking "Cancel"
The text was updated successfully, but these errors were encountered:
This is caused by the v-model binding to the body variable, which gets updated immediately even if the user doesn't submit the change.
If you add a second variable originalBody you can keep track of the originally persisted content. Just be sure to update it if the user actually submits an edit
There is a small glitch in the interaction between the user and the app.
When he will try to edit he's own reply, the cancel button is a bit misleading as he might think that he updated the reply even when clicking "Cancel"
The text was updated successfully, but these errors were encountered: