pull/5677/head
mertsincan 2024-04-19 15:04:19 +01:00
parent c80c3ad0ea
commit 0d460d1295
1 changed files with 3 additions and 1 deletions

View File

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