touchstudy-core 0.1.25 → 0.1.26
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.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -4288,12 +4288,10 @@ var useMessageList = function useMessageList() {
|
|
4288
4288
|
try {
|
4289
4289
|
var _temp6 = function _temp6(_result2) {
|
4290
4290
|
if (_exit2) return _result2;
|
4291
|
-
setLoading(false);
|
4292
4291
|
callback();
|
4293
4292
|
};
|
4294
4293
|
var _exit2 = false;
|
4295
4294
|
if (isLoading) return Promise.resolve();
|
4296
|
-
setLoading(true);
|
4297
4295
|
var _temp5 = _catch(function () {
|
4298
4296
|
return Promise.resolve(deleteMessage(conversationId, id)).then(function () {});
|
4299
4297
|
}, function () {
|