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
The error probably occurs because of the combination: longPress on the message being edited.
The reason for this is that messageAction is only rendered when the component is not edited.
Problem
While testing our groupincome.app site on iOS (mobile Safari), I think I did something in the chat that triggered this error:
It didn't seem to have any visible effect on the UI, but it probably shouldn't happen.
Solution
Find out what the problem is and fix it. The related code is in MessageBase.vue:
The text was updated successfully, but these errors were encountered: