You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Keyboard mixin the removeRow method sets _focusedNode to null with the expectation that the _restoreFocus method will reset it by calling focus.
However focus will not be called in the case where the _removedFocus object has active set to false. This is expected but means that _focusedNode does not set reset. Calling focus with no arguments on the grid after this will cause an exception.
The text was updated successfully, but these errors were encountered:
In the Keyboard mixin the removeRow method sets _focusedNode to null with the expectation that the _restoreFocus method will reset it by calling focus.
However focus will not be called in the case where the _removedFocus object has active set to false. This is expected but means that _focusedNode does not set reset. Calling focus with no arguments on the grid after this will cause an exception.
The text was updated successfully, but these errors were encountered: