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