diff --git a/VDS/Components/Tabs/Tabs.swift b/VDS/Components/Tabs/Tabs.swift index 90d766eb..4c463900 100644 --- a/VDS/Components/Tabs/Tabs.swift +++ b/VDS/Components/Tabs/Tabs.swift @@ -267,6 +267,8 @@ open class Tabs: View { } } } + accessibilityElements = tabViews + setNeedsUpdate() scrollToSelectedIndex(animated: false) }