mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-21 00:23:02 +08:00
Build update
This commit is contained in:
parent
9140430931
commit
d2bb81879b
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.0.53
|
||||
* simple-keyboard v3.0.54
|
||||
* 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
@ -1105,7 +1105,10 @@ class SimpleKeyboard {
|
||||
instance.setCaretPosition(null);
|
||||
|
||||
if (instance.options.debug) {
|
||||
console.log(`Caret position reset due to "${event?.type}" event`, event);
|
||||
console.log(
|
||||
`Caret position reset due to "${event?.type}" event`,
|
||||
event
|
||||
);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user