Skip to content

Commit 13ef8d7

Browse files
committed
Remove comment
1 parent 9df17ce commit 13ef8d7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

CodeEdit/Features/NavigatorArea/SourceControlNavigator/History/Views/SourceControlNavigatorHistoryView.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,3 @@ struct SourceControlNavigatorHistoryView: View {
103103
}
104104
}
105105
}
106-
/*
107-
.gesture(
108-
DragGesture(minimumDistance: 0)
109-
.onChanged({ value in
110-
print(value)
111-
})
112-
.onEnded({ value in
113-
print(value)
114-
})
115-
)
116-
*/

0 commit comments

Comments
 (0)