Commit cf3d7159f7ebeb695d46be874635b301a2c543ce

Authored by Edmar Moretti
1 parent 89b1ea06

-

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
classesjs/classe_interface.js
... ... @@ -2015,6 +2015,10 @@ i3GEO.Interface = {
2015 2015 function(e) {
2016 2016 calcCoord(e);
2017 2017 e.preventDefault();
  2018 + if (i3GEO.eventos.cliquePerm.status === true) {
  2019 + i3GEO.eventos.mouseupMapa(exy);
  2020 + }
  2021 + i3GEO.eventos.cliquePerm.status = true;
2018 2022 });
2019 2023 },
2020 2024 /**
... ...