Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 6c4e2df

Browse files
committed
Disable error
1 parent 8bf91d0 commit 6c4e2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignsInternal/StudioWidgets/HorizontalTabBar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function HorizontalTabClass:AddTab(suffix: string, name: string)
126126
GuiUtilities.syncGuiElementBorderColor(tabButton)
127127

128128
tabButton.MouseButton1Down:Connect(function()
129-
self._uiPageLayout:JumpTo(self:GetContentsFrame(suffix))
129+
-- self._uiPageLayout:JumpTo(self:GetContentsFrame(suffix))
130130
end)
131131
end
132132

0 commit comments

Comments
 (0)