From b3a5b8f3aef96c74d67c2cf46cc92e63dc856b04 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 14 Aug 2026 12:03:00 +0900 Subject: [PATCH] =?UTF-8?q?fix(creator-channel):=20=ED=83=AD=20=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=20=EC=9C=84=EC=B9=98=EB=A5=BC=20=EB=B3=B4=EC=A0=95?= =?UTF-8?q?=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../V2/CreatorChannel/Components/CreatorChannelTabBar.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SodaLive/Sources/V2/CreatorChannel/Components/CreatorChannelTabBar.swift b/SodaLive/Sources/V2/CreatorChannel/Components/CreatorChannelTabBar.swift index 2b9e5560..cee4fe46 100644 --- a/SodaLive/Sources/V2/CreatorChannel/Components/CreatorChannelTabBar.swift +++ b/SodaLive/Sources/V2/CreatorChannel/Components/CreatorChannelTabBar.swift @@ -29,6 +29,9 @@ struct CreatorChannelTabBar: View { } } } + .onAppear { + proxy.scrollTo(selectedTab, anchor: .center) + } .onChange(of: selectedTab) { tab in withAnimation { proxy.scrollTo(tab, anchor: .center)