mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 16:52:59 +08:00
Remove PointerEvents debug message when useMouseEvents is enabled
This commit is contained in:
parent
19f6ac9ac1
commit
96206d1b47
@ -730,7 +730,8 @@ class SimpleKeyboard {
|
||||
*/
|
||||
if (
|
||||
this.utilities.pointerEventsSupported() &&
|
||||
!this.options.useTouchEvents
|
||||
!this.options.useTouchEvents &&
|
||||
!this.options.useMouseEvents
|
||||
) {
|
||||
if (this.options.debug) {
|
||||
console.log("Using PointerEvents as it is supported by this browser");
|
||||
|
Loading…
Reference in New Issue
Block a user