Label events dissapear after submitting a comment in the webview.
Summary
When submitting a comment in the webview, the label events disappear from the webview. The current workaround is to switch into a different tab and back.
Steps to reproduce
- Open issue with label events
- Submit a comment
What is the current bug behavior?
Label events disappear
What is the expected correct behavior?
Label events should stay visible
Relevant logs and/or screenshots
Possible fixes
After sending a comment, we refresh the view only with the discussions. But we should pass in the label events the same way as when we initialise the webview.
A naive fix would be just to fetch the label events as we fetch the comments. However, the webview implementation seems to be very inefficient, and we should think about some optimisation when implementing a fix.
Edited by Tomas Vik (OOO back on 2026-04-07)
