diff --git a/src/components/cards/CardItem.vue b/src/components/cards/CardItem.vue index 16ed4950d..12a844655 100644 --- a/src/components/cards/CardItem.vue +++ b/src/components/cards/CardItem.vue @@ -137,13 +137,6 @@ export default { return moment(this.card.duedate).format('LLLL') }, }, - watch: { - currentCard(newValue) { - if (newValue) { - this.$nextTick(() => this.$el.scrollIntoView()) - } - }, - }, methods: { openCard() { this.$router.push({ name: 'card', params: { cardId: this.id } }).catch(() => {})