Fix issue where first row is always selected on Form views

Changlog-Fixed: Fix issue where first row is always selected on Form views
Signed-off-by: Bryan Montz <bryanmontz@me.com>
This commit is contained in:
Bryan Montz
2023-07-10 07:09:44 -05:00
committed by William Casarin
parent 83ef50586a
commit 07abc5c04b

View File

@@ -181,7 +181,7 @@ enum Route: Hashable {
case (.Script(_), .Script(_)):
return true
default:
return true
return false
}
}