Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FastestMolasses committed Sep 15, 2023
1 parent 8a7815b commit 40f6356
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CodeEdit/Features/CodeEditUI/Views/AreaTabBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ struct AreaTabBar<Tab: AreaTab>: View {
y: (position == .side) ? (tabOffsets[icon] ?? 0) : 0
)
.background(makeTabItemGeometryReader(tab: icon))
.simultaneousGesture(makeAreaTabDragGesture(tab: icon))
// .opacity(draggingItem?.imageName == icon.systemImage &&
// hasChangedLocation &&
// drugItemLocation != nil ? 0.0 : 1.0)
}
if position == .side {
Spacer()
Expand Down

0 comments on commit 40f6356

Please sign in to comment.