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.js
CHANGED
@@ -4286,12 +4286,10 @@ var useMessageList = function useMessageList() {
|
|
4286
4286
|
try {
|
4287
4287
|
var _temp6 = function _temp6(_result2) {
|
4288
4288
|
if (_exit2) return _result2;
|
4289
|
-
setLoading(false);
|
4290
4289
|
callback();
|
4291
4290
|
};
|
4292
4291
|
var _exit2 = false;
|
4293
4292
|
if (isLoading) return Promise.resolve();
|
4294
|
-
setLoading(true);
|
4295
4293
|
var _temp5 = _catch(function () {
|
4296
4294
|
return Promise.resolve(deleteMessage(conversationId, id)).then(function () {});
|
4297
4295
|
}, function () {
|