Skip to content

Commit

Permalink
deleted extraneous emit
Browse files Browse the repository at this point in the history
  • Loading branch information
smilerz committed Jan 13, 2022
1 parent b3f05b0 commit 0e1153c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vue/src/components/GenericHorizontalCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export default {
})
popper.update()
this.over = false
this.$emit({ action: "drop", target: this.item, source: this.source })
} else {
this.isError = true
}
Expand Down

0 comments on commit 0e1153c

Please sign in to comment.