Focus getting stuck in backward direction for stack
This commit is contained in:
parent
fb22b5c614
commit
e70d1dc151
@ -48,13 +48,13 @@ open class Stack<T>: Container where T: (StackModelProtocol & MoleculeModelProto
|
|||||||
}
|
}
|
||||||
|
|
||||||
isAccessibilityElement = false
|
isAccessibilityElement = false
|
||||||
var accessibleViews: [Any] = []
|
/* var accessibleViews: [Any] = []
|
||||||
|
|
||||||
for (index, view) in stackItems.enumerated() where !stackModel.molecules[index].gone {
|
for (index, view) in stackItems.enumerated() where !stackModel.molecules[index].gone {
|
||||||
accessibleViews.append(view)
|
accessibleViews.append(view)
|
||||||
}
|
}
|
||||||
|
|
||||||
accessibilityElements = accessibleViews
|
accessibilityElements = accessibleViews */
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Removes all stack items views from the view.
|
/// Removes all stack items views from the view.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user