mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 16:06:47 +00:00
input number bug fix for chrome
This commit is contained in:
parent
3d4cc77d31
commit
9b19f3e638
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user