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
With the flag tabNavigation: true turned on for keyboard an exception us thrown when using the physical keyboards tab key (not the virtual keyboard) and Uncaught TypeError is thrown on the following line Line: 103
div = base.caret_$div[0];
base_care_$div[0] returns null
The text was updated successfully, but these errors were encountered:
With the flag
tabNavigation: true
turned on for keyboard an exception us thrown when using the physical keyboardstab
key (not the virtual keyboard) and Uncaught TypeError is thrown on the following lineLine: 103
div = base.caret_$div[0];
base_care_$div[0]
returnsnull
The text was updated successfully, but these errors were encountered: