diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 1d0af8994..41508c5ce 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -178,7 +178,8 @@ export default { }, }, watch: { - currentCard() { + currentCard(newCard, oldCard) { + if (newCard.id === oldCard.id) return this.focusHeader() }, 'currentCard.title': {