Clear selection after favorite
parent
6c9e539342
commit
2853db1b66
|
@ -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
|
@ -983,6 +983,7 @@ export default class Timeline extends Mixins(GlobalMixin) {
|
|||
}
|
||||
});
|
||||
}
|
||||
this.clearSelection();
|
||||
} finally {
|
||||
this.loading--;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue