Skip to content

Commit

Permalink
Merge pull request #729 from WorldBank-Transport/feature/prevent-addr…
Browse files Browse the repository at this point in the history
…ess-click-prop

Prevent address search click propagation to map
  • Loading branch information
ddohler authored Nov 6, 2018
2 parents 121a66d + 611ff9a commit e3f1440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ANSIBLE_GROUPS = {
"celery-servers" => [ "celery" ]
}
MOUNT_OPTIONS = if Vagrant::Util::Platform.linux? then
['rw', 'vers=4', 'tcp', 'nolock']
['rw', 'tcp', 'nolock']
else
['vers=3', 'udp']
end
Expand Down
2 changes: 2 additions & 0 deletions web/app/scripts/state/zoom-to-address-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
}
});

L.DomEvent.disableClickPropagation(addressSearchDiv);

return addressSearchDiv;
}
});
Expand Down

0 comments on commit e3f1440

Please sign in to comment.