diff --git a/frontend/src/Metamaps/Map/index.js b/frontend/src/Metamaps/Map/index.js index af086bd8..7aa98cc3 100644 --- a/frontend/src/Metamaps/Map/index.js +++ b/frontend/src/Metamaps/Map/index.js @@ -46,7 +46,7 @@ const Map = { }) $('#wrapper').mousedown(function (e){ - if(e.button==1)return false; + if(e.button === 1)return false; }); $('.starMap').click(function () {