input number bug fix for chrome

This commit is contained in:
Vilius 2017-06-29 20:25:23 +03:00
parent 3d4cc77d31
commit 9b19f3e638

View File

@ -518,7 +518,7 @@ function EVENTS_CLASS() {
}
if (EVENTS.isDrag === false)
return false; //only drag now
return true; //only drag now
//check tools functions
for (var i in DRAW) {