From f9a7815d305af17791a5b3fc3431be973a88c21e Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 1 Feb 2024 12:25:59 +0300 Subject: [PATCH] Fixed #5111 - TabView + Splitter: Navigation Buttons not showing --- components/lib/tabview/TabView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lib/tabview/TabView.vue b/components/lib/tabview/TabView.vue index 653584ab7..8ff0f54f1 100755 --- a/components/lib/tabview/TabView.vue +++ b/components/lib/tabview/TabView.vue @@ -128,6 +128,7 @@ export default { }, updated() { this.updateInkBar(); + this.scrollable && this.updateButtonState(); }, methods: { isTabPanel(child) {