Commit 63f09865 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 2f6831ec
......@@ -2008,7 +2008,10 @@
if (!this.checkPointerEvent(e))
return;
delete this.pointerTouchesCoords[e["pointerId"]];
//delete this.pointerTouchesCoords[e["pointerId"]];
// на всякий случай - удаляем все.
this.pointerTouchesCoords = {};
};
CMobileTouchManagerBase.prototype.checkPointerEvent = function(e)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment