mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-30 00:00:04 +08:00
Build update
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user