From a4f08f4923b8748592f1ecffd6304d4ca6062e82 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 13 Jun 2024 13:10:04 -0500 Subject: [PATCH] set accessibleElements Signed-off-by: Matt Bruce --- VDS/Components/Tabs/Tabs.swift | 2 ++ 1 file changed, 2 insertions(+) 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) }