Build update

This commit is contained in:
Francisco Hodge 2021-05-02 18:12:26 +00:00
parent 9140430931
commit d2bb81879b
3 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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
);
}
}
});