Clear selection after favorite

pull/62/head
Varun Patil 2022-09-15 21:12:39 -07:00
parent 6c9e539342
commit 2853db1b66
3 changed files with 4 additions and 2 deletions

View File

@ -52493,6 +52493,7 @@ let Timeline = class Timeline extends (0,vue_property_decorator__WEBPACK_IMPORTE
}
});
}
this.clearSelection();
}
finally {
this.loading--;
@ -82525,4 +82526,4 @@ window.addEventListener('DOMContentLoaded', () => {
/******/ })()
;
//# sourceMappingURL=memories-main.js.map?v=ebb279fbe3365aabfcd9
//# sourceMappingURL=memories-main.js.map?v=10a4efe366468aea5250

File diff suppressed because one or more lines are too long

View File

@ -983,6 +983,7 @@ export default class Timeline extends Mixins(GlobalMixin) {
}
});
}
this.clearSelection();
} finally {
this.loading--;
}