Merge pull request #7173 from nextcloud/backport/7162/stable31
[stable31] fix: do not change focus when card id stays the same
This commit is contained in:
@@ -170,7 +170,8 @@ export default {
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
currentCard() {
|
||||
currentCard(newCard, oldCard) {
|
||||
if (newCard.id === oldCard.id) return
|
||||
this.focusHeader()
|
||||
},
|
||||
'currentCard.title': {
|
||||
|
||||
Reference in New Issue
Block a user