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

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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