mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #994 from bjpetit/fix-tr-log-window
Fix View issue when node traceroute list gets long
This commit is contained in:
commit
a0870edf2d
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ struct TraceRouteLog: View {
|
|||
}
|
||||
.listStyle(.plain)
|
||||
}
|
||||
.frame(minHeight: CGFloat((node.traceRoutes?.count ?? 0) * 40), maxHeight: 250)
|
||||
Divider()
|
||||
ScrollView {
|
||||
if selectedRoute != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue