jquery-locationpicker-plugin icon indicating copy to clipboard operation
jquery-locationpicker-plugin copied to clipboard

Fix stuttering bug on map idle handler

Open TrieBr opened this issue 7 years ago • 0 comments

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.

TrieBr avatar Mar 08 '18 02:03 TrieBr