ZestfulNation/vue-number-input-spinner

mouseDownSpeed prop

tradingstratagem opened this issue · 0 comments

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); } },