diff --git a/classesjs/classe_eventos.js b/classesjs/classe_eventos.js index 7f97646..d22c370 100644 --- a/classesjs/classe_eventos.js +++ b/classesjs/classe_eventos.js @@ -578,6 +578,8 @@ i3GEO.eventos = docMapa.ontouchmove = function(exy) { i3GEO.eventos.CONTATOUCH++; i3GEO.eventos.cliquePerm.status = false; + i3GEO.Interface.STATUS.pan = true; + i3GEO.eventos.posicaoMouseMapa(exy); }; docMapa.ontouchend = function(exy) { i3GEO.eventos.cliquePerm.status = true; -- libgit2 0.21.2