mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-31 10:36:17 +08:00
Build update
This commit is contained in:
parent
6fe0501807
commit
a93fc14f4c
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
*
|
*
|
||||||
* simple-keyboard v3.8.18
|
* simple-keyboard v3.8.19
|
||||||
* 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
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
4
build/interfaces.d.ts
vendored
4
build/interfaces.d.ts
vendored
@ -220,6 +220,10 @@ export interface KeyboardOptions {
|
|||||||
* Updates caret when selectionchange event is fired
|
* Updates caret when selectionchange event is fired
|
||||||
*/
|
*/
|
||||||
updateCaretOnSelectionChange?: boolean;
|
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).
|
* Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user