Build update

This commit is contained in:
Francisco Hodge 2024-11-28 16:15:03 +00:00
parent 6fe0501807
commit a93fc14f4c
7 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.8.18
* simple-keyboard v3.8.19
* 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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -220,6 +220,10 @@ export interface KeyboardOptions {
* Updates caret when selectionchange event is fired
*/
updateCaretOnSelectionChange?: boolean;
/**
* When useMouseEvents is enabled, this option allows you to trigger a button click event on mousedown
*/
clickOnMouseDown?: boolean;
/**
* Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
*/