mftsccs-browser 1.1.52-beta → 1.1.53-beta
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/main.bundle.js
CHANGED
|
@@ -12517,7 +12517,7 @@ function GetCompositionFromMemoryWithConnections(id, connectionList) {
|
|
|
12517
12517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
12518
12518
|
var _a, _b;
|
|
12519
12519
|
if (_app__WEBPACK_IMPORTED_MODULE_4__.serviceWorker) {
|
|
12520
|
-
const res = yield (0,_app__WEBPACK_IMPORTED_MODULE_4__.sendMessage)('GetCompositionFromMemoryWithConnections', { id });
|
|
12520
|
+
const res = yield (0,_app__WEBPACK_IMPORTED_MODULE_4__.sendMessage)('GetCompositionFromMemoryWithConnections', { id, connectionList });
|
|
12521
12521
|
// console.log('data received from sw', res)
|
|
12522
12522
|
return res.data;
|
|
12523
12523
|
}
|