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:
committed by
William Casarin
parent
83ef50586a
commit
07abc5c04b
@@ -181,7 +181,7 @@ enum Route: Hashable {
|
||||
case (.Script(_), .Script(_)):
|
||||
return true
|
||||
default:
|
||||
return true
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user