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
@jaller94 This appears to be an artefact of the current matrix-widget-api contract as hinted in the docs: it currently expects you to call ev.preventDefault() and send a reply for any event you process.
Personally, I find this to be a somewhat surprising API expectation, as it leads to extra error messages like this, even though the widget has actually processed the data anyway. I filed matrix-org/matrix-widget-api#53 to discuss possibly changing that contract for the general case.
To resolve this for the spanner widget, either you can wait to see the outcome of that general API contract change, or the spanner widget could be altered to follow the current contract.
Either way, the changes wouldn't happen in Element Web directly, so I'll close this issue.
Steps to reproduce
Outcome
What did you expect?
No error
What happened instead?
A console error whenever I take or drop the spanner.
Operating system
Manjaro Linux
Browser information
Firefox Developer 97
URL for webapp
staging.element.io
Application version
Element version: 1.9.10-rc.2, Olm version: 3.2.8
Homeserver
vector.modular.im
Will you send logs?
No
The text was updated successfully, but these errors were encountered: