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
it should reflect move/select mode. 4 headed arrow for move, pointer for select
selection class toggle on .view used to do the trick
the relevant bit of code in map_panel:
$(event.currentTarget).parents('.view').toggleClass('selection');