Commit 839ba7e22790c931069952637180898d1b126f64

Authored by Edmar Moretti
1 parent 800261b8

--no commit message

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
classesjs/classe_eventos.js
... ... @@ -578,6 +578,8 @@ i3GEO.eventos =
578 578 docMapa.ontouchmove = function(exy) {
579 579 i3GEO.eventos.CONTATOUCH++;
580 580 i3GEO.eventos.cliquePerm.status = false;
  581 + i3GEO.Interface.STATUS.pan = true;
  582 + i3GEO.eventos.posicaoMouseMapa(exy);
581 583 };
582 584 docMapa.ontouchend = function(exy) {
583 585 i3GEO.eventos.cliquePerm.status = true;
... ...