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
A preventDefault() in the filter input's ng-click was preventing mobile
users from being able to select the input box. Tapping on it simply did
nothing.
Removing this preventDefault() fixed the issue, and does not seem to have
caused any side effects.
0 commit comments