Build update

This commit is contained in:
Francisco Hodge
2020-12-17 14:47:57 +00:00
parent 8625a3c095
commit 6cb739abfe
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -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);