diff --git a/frontend/src/Metamaps/Map/InfoBox.js b/frontend/src/Metamaps/Map/InfoBox.js index 3f6fcd9c..d3edc16d 100644 --- a/frontend/src/Metamaps/Map/InfoBox.js +++ b/frontend/src/Metamaps/Map/InfoBox.js @@ -116,7 +116,9 @@ const InfoBox = { }, attachEventListeners: function() { var self = InfoBox - + $('.mapInfoBox').click(function(event) { + event.stopPropagation() + }) $('.mapInfoBox.canEdit .best_in_place').best_in_place() // because anyone who can edit the map can change the map title