whyuzeim 1.1.38 → 1.1.39
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.
|
@@ -437,7 +437,11 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
|
|
|
437
437
|
if (cuiScrollList && generatingLoader && ((_conversationList$fin = _findInstanceProperty(conversationList).call(conversationList, function (item) {
|
|
438
438
|
return item.conversationId === props.conversationId;
|
|
439
439
|
})) === null || _conversationList$fin === void 0 || (_conversationList$fin = _conversationList$fin.lastMessage) === null || _conversationList$fin === void 0 ? void 0 : _conversationList$fin.to) !== props.conversationId) {
|
|
440
|
+
var _conversationList$fin2;
|
|
440
441
|
cuiScrollList.removeChild(generatingLoader);
|
|
442
|
+
console.log((_conversationList$fin2 = _findInstanceProperty(conversationList).call(conversationList, function (item) {
|
|
443
|
+
return item.conversationId === props.conversationId;
|
|
444
|
+
})) === null || _conversationList$fin2 === void 0 || (_conversationList$fin2 = _conversationList$fin2.lastMessage) === null || _conversationList$fin2 === void 0 ? void 0 : _conversationList$fin2.to, props.conversationId, 'fdsfsd');
|
|
441
445
|
}
|
|
442
446
|
}, [conversationList, props.conversationId]);
|
|
443
447
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -435,7 +435,11 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
|
|
|
435
435
|
if (cuiScrollList && generatingLoader && ((_conversationList$fin = _findInstanceProperty(conversationList).call(conversationList, function (item) {
|
|
436
436
|
return item.conversationId === props.conversationId;
|
|
437
437
|
})) === null || _conversationList$fin === void 0 || (_conversationList$fin = _conversationList$fin.lastMessage) === null || _conversationList$fin === void 0 ? void 0 : _conversationList$fin.to) !== props.conversationId) {
|
|
438
|
+
var _conversationList$fin2;
|
|
438
439
|
cuiScrollList.removeChild(generatingLoader);
|
|
440
|
+
console.log((_conversationList$fin2 = _findInstanceProperty(conversationList).call(conversationList, function (item) {
|
|
441
|
+
return item.conversationId === props.conversationId;
|
|
442
|
+
})) === null || _conversationList$fin2 === void 0 || (_conversationList$fin2 = _conversationList$fin2.lastMessage) === null || _conversationList$fin2 === void 0 ? void 0 : _conversationList$fin2.to, props.conversationId, 'fdsfsd');
|
|
439
443
|
}
|
|
440
444
|
}, [conversationList, props.conversationId]);
|
|
441
445
|
return /*#__PURE__*/React.createElement("div", {
|