diff --git a/src/components/History.vue b/src/components/History.vue index c4fe6d1..bda8646 100644 --- a/src/components/History.vue +++ b/src/components/History.vue @@ -211,6 +211,7 @@ export default { removeSelectedItems () { if (!this.multipleSelection.length) this.multipleSelection = this.history this.multipleSelection.forEach(e => history.remove(e.id)) + this.multipleSelection = [] this.getAllhistory() this.updateDatabase() },