mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-06 07:43:06 +08:00
Build update
This commit is contained in:
parent
3fe3ec088b
commit
f5b3db54ae
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.4.122
|
||||
* simple-keyboard v3.4.123
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
||||
|
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
@ -1874,7 +1874,10 @@ class SimpleKeyboard {
|
||||
/**
|
||||
* Fire button handler for onKeyReleased use-case
|
||||
*/
|
||||
if(typeof this.options.onKeyReleased === "function" && !this.isMouseHold){
|
||||
if (
|
||||
typeof this.options.onKeyReleased === "function" &&
|
||||
!this.isMouseHold
|
||||
) {
|
||||
this.handleButtonClicked(button, e);
|
||||
}
|
||||
this.handleButtonMouseDown(button, e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user