From: Tom Hughes Date: Wed, 16 Nov 2022 18:33:51 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/3798' X-Git-Tag: live~1543 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/f839257e3e7fb54d738d278b965f12e9c01769f0?hp=359f967b3fa0f24ad9a95a5b8fa18a736a7fc229 Merge remote-tracking branch 'upstream/pull/3798' --- diff --git a/app/assets/javascripts/index/history.js b/app/assets/javascripts/index/history.js index 02b48f6a0..e8d912685 100644 --- a/app/assets/javascripts/index/history.js +++ b/app/assets/javascripts/index/history.js @@ -20,7 +20,7 @@ OSM.History = function (map) { unHighlightChangeset(e.layer.id); }) .on("click", function (e) { - clickChangeset(e.layer.id, e); + clickChangeset(e.layer.id, e.originalEvent); }); group.getLayerId = function (layer) {