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 198d3d2 commit af5916bCopy full SHA for af5916b
CodeEdit/Features/Editor/JumpBar/Views/EditorJumpBarComponent.swift
@@ -88,7 +88,9 @@ struct EditorJumpBarComponent: View {
88
}
89
.padding(.vertical, 3)
90
.onHover { hover in
91
- isHovering = hover
+ withAnimation(.easeInOut(duration: 0.2)) {
92
+ isHovering = hover
93
+ }
94
95
.onLongPressGesture(minimumDuration: 0) {
96
button.performClick(nil)
0 commit comments