Logicify / jquery-locationpicker-plugin

JQuery Location Picker plugin
MIT License
389 stars 260 forks source link

Fix stuttering bug on map idle handler #133

Open TrieBr opened 6 years ago

TrieBr commented 6 years ago

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.