jquery-locationpicker-plugin
jquery-locationpicker-plugin copied to clipboard
Fix stuttering bug on map idle handler
There is a bug where the Google Maps idle handler is repeatedly fired which causes displayMarkerWithSelectedArea() to be called repeatedly which causes flashing on the screen, and blocks users from typing in an address manually. Changed the handler to dragend.