mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-30 00:00:04 +08:00
Build update
This commit is contained in:
@@ -333,7 +333,7 @@ class SimpleKeyboard {
|
||||
*/
|
||||
/* istanbul ignore next */
|
||||
handleButtonMouseDown(button, e) {
|
||||
if(e){
|
||||
if (e) {
|
||||
/**
|
||||
* Handle event options
|
||||
*/
|
||||
@@ -345,7 +345,7 @@ class SimpleKeyboard {
|
||||
*/
|
||||
e.target.classList.add(this.activeButtonClass);
|
||||
}
|
||||
|
||||
|
||||
if (this.holdInteractionTimeout) clearTimeout(this.holdInteractionTimeout);
|
||||
if (this.holdTimeout) clearTimeout(this.holdTimeout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user