timeline: remove dubious button styling setting
This commit is contained in:
@@ -49,7 +49,7 @@ struct TimelineView<Content: View>: View {
|
|||||||
return Color.clear
|
return Color.clear
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
.buttonStyle(BorderlessButtonStyle())
|
//.buttonStyle(BorderlessButtonStyle())
|
||||||
.coordinateSpace(name: "scroll")
|
.coordinateSpace(name: "scroll")
|
||||||
.onReceive(handle_notify(.scroll_to_top)) { () in
|
.onReceive(handle_notify(.scroll_to_top)) { () in
|
||||||
events.flush()
|
events.flush()
|
||||||
|
|||||||
Reference in New Issue
Block a user