mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-05-03 20:36:58 +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
|
* https://github.com/hodgef/simple-keyboard
|
||||||
*
|
*
|
||||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
* 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);
|
instance.setCaretPosition(null);
|
||||||
|
|
||||||
if (instance.options.debug) {
|
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…
x
Reference in New Issue
Block a user