fix: wrong tabList inkbar placement when using default value

pull/7232/head
Aditya Chandra 2025-02-11 22:04:30 +07:00
parent 9e35aa1804
commit b6cc223bcc
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();