@carbonorm/carbonreact 3.5.3 → 3.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js
CHANGED
|
@@ -4138,8 +4138,9 @@ function initiateWebsocket({ TABLES = undefined, WsLiveUpdates = undefined, url
|
|
|
4138
4138
|
...REQUEST
|
|
4139
4139
|
};
|
|
4140
4140
|
});
|
|
4141
|
-
|
|
4142
|
-
|
|
4141
|
+
updatedElements.forEach((row) => {
|
|
4142
|
+
WsLiveUpdates[TABLE_NAME_SHORT][METHOD]({}, row);
|
|
4143
|
+
});
|
|
4143
4144
|
}
|
|
4144
4145
|
});
|
|
4145
4146
|
};
|