mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-21 00:23:02 +08:00
Build update
This commit is contained in:
parent
8625a3c095
commit
6cb739abfe
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v2.32.65
|
||||
* simple-keyboard v2.32.66
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user