Skip to content

Commit c8f0503

Browse files
committed
locationNameInput update data at marker event 'dragend'
1 parent 979ebb9 commit c8f0503

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

dist/locationpicker.jquery.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,6 @@
347347
});
348348
}
349349
google.maps.event.addListener(gmapContext.marker, "drag", function(event) {
350-
if (gmapContext.settings.inputBinding.locationNameInput) {
351-
GmUtility.updateLocationName(gmapContext);
352-
}
353350
updateInputValues(gmapContext.settings.inputBinding, gmapContext);
354351
});
355352
google.maps.event.addListener(gmapContext.marker, "dragend", function(event) {

dist/locationpicker.jquery.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)