We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddb150 commit 1b5fc2bCopy full SHA for 1b5fc2b
1 file changed
CodeEdit/Features/Tabs/Views/TabBarItemView.swift
@@ -103,11 +103,7 @@ struct TabBarItemView: View {
103
/// Close the current tab.
104
func closeAction() {
105
isAppeared = false
106
- withAnimation(
107
- .easeOut(duration: tabBarStyle == .native ? 0.15 : 0.20)
108
- ) {
109
- tabgroup.closeTab(item: item)
110
- }
+ tabgroup.closeTab(item: item)
111
}
112
113
init(
0 commit comments