mouseDownSpeed prop
tradingstratagem opened this issue · 0 comments
tradingstratagem commented
The mouseDownSpeed prop is defined but is not used inside the code.
The MouseDown interval is hardcode to 100.
whileMouseDown(callback) { if (this.timer === null) { this.timer = setInterval(() => { callback(); }, 100); } },