Merge pull request #7232 from addeeandra/fix/tab-inkbar-position

Fixed #7224 - Wrong InkBar position when set default value in TabList
pull/7281/head
Tuğçe Küçükoğlu 2025-02-19 13:36:47 +03:00 committed by GitHub
commit f705bb1559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@ export default {
} }
}, },
mounted() { mounted() {
this.$nextTick(() => { setTimeout(() => {
this.updateInkBar(); this.updateInkBar();
}); }, 150);
if (this.showNavigators) { if (this.showNavigators) {
this.updateButtonState(); this.updateButtonState();