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
The current JavaScript handing location selection when coding articles does not handle white space very robustly. A couple things we can do to improve it:
Check if only white space is selected and, if so, don't mark as location
Strip any beginning or ending white space of a selection, part of general selection cleaning
The text was updated successfully, but these errors were encountered:
The current JavaScript handing location selection when coding articles does not handle white space very robustly. A couple things we can do to improve it:
The text was updated successfully, but these errors were encountered: