AlexandrTomin

Results 1 issues of AlexandrTomin

This change will be avoid twice click of button. `if (event.type === "mousemove") {break;}` to `if (event.type === "mousedown") {break;}`