@banta/sdk 4.0.9 → 4.0.10
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/bundles/banta-sdk.umd.js +1 -1
- package/bundles/banta-sdk.umd.js.map +1 -1
- package/bundles/banta-sdk.umd.min.js +1 -1
- package/bundles/banta-sdk.umd.min.js.map +1 -1
- package/esm2015/lib/comments/banta-comments/banta-comments.component.js +2 -2
- package/fesm2015/banta-sdk.js +1 -1
- package/fesm2015/banta-sdk.js.map +1 -1
- package/package.json +1 -1
package/bundles/banta-sdk.umd.js
CHANGED
|
@@ -8735,7 +8735,7 @@
|
|
|
8735
8735
|
switch (_d.label) {
|
|
8736
8736
|
case 0:
|
|
8737
8737
|
_d.trys.push([0, 4, , 5]);
|
|
8738
|
-
return [4 /*yield*/, ((_b = this.shouldInterceptMessageSend) === null || _b === void 0 ? void 0 : _b.call(this, message, this.
|
|
8738
|
+
return [4 /*yield*/, ((_b = this.shouldInterceptMessageSend) === null || _b === void 0 ? void 0 : _b.call(this, message, this.selectedMessageThread))];
|
|
8739
8739
|
case 1:
|
|
8740
8740
|
intercept = _d.sent();
|
|
8741
8741
|
if (!!intercept) return [3 /*break*/, 3];
|