mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-01 02:53:07 +08:00
Build update
This commit is contained in:
parent
92d2b381db
commit
cd909cffa8
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.18.0
|
* simple-keyboard v2.18.1
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.18.0 (Non-minified build)
|
* simple-keyboard v2.18.1 (Non-minified build)
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
* 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
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v2.18.0 (Non-minified build)
|
* simple-keyboard v2.18.1 (Non-minified build)
|
||||||
* https://github.com/hodgef/simple-keyboard
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
|
||||||
@ -1379,7 +1379,7 @@
|
|||||||
/**
|
/**
|
||||||
* Notify about PointerEvents usage
|
* Notify about PointerEvents usage
|
||||||
*/ }
|
*/ }
|
||||||
if (this.utilities.pointerEventsSupported() && !this.options.useTouchEvents) {
|
if (this.utilities.pointerEventsSupported() && !this.options.useTouchEvents && !this.options.useMouseEvents) {
|
||||||
if (this.options.debug) {
|
if (this.options.debug) {
|
||||||
console.log("Using PointerEvents as it is supported by this browser");
|
console.log("Using PointerEvents as it is supported by this browser");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user