Fix connection-removed event data

This commit is contained in:
2025-10-18 22:49:03 +02:00
parent 585404c549
commit ba9f946b0a
2 changed files with 2 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ export const connections = function(superClass) {
if (connection) {
this._dispatchChangeEvent({
type: 'connection-removed',
data: { connectionId }
data: connection
});
}