Commit 0434b437a96790e47f119bb88f8d0188c9655fd2
1 parent
cf3d7159
Exists in
master
and in
7 other branches
-
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
classesjs/classe_interface.js
... | ... | @@ -2016,7 +2016,7 @@ i3GEO.Interface = { |
2016 | 2016 | calcCoord(e); |
2017 | 2017 | e.preventDefault(); |
2018 | 2018 | if (i3GEO.eventos.cliquePerm.status === true) { |
2019 | - i3GEO.eventos.mouseupMapa(exy); | |
2019 | + i3GEO.eventos.mouseupMapa(e); | |
2020 | 2020 | } |
2021 | 2021 | i3GEO.eventos.cliquePerm.status = true; |
2022 | 2022 | }); | ... | ... |