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:
@@ -302,7 +302,8 @@ class Utilities {
|
||||
/**
|
||||
* Check whether the button is a standard button
|
||||
*/
|
||||
isStandardButton = (button: string) => button && !(button[0] === "{" && button[button.length - 1] === "}");
|
||||
isStandardButton = (button: string) =>
|
||||
button && !(button[0] === "{" && button[button.length - 1] === "}");
|
||||
|
||||
/**
|
||||
* Removes an amount of characters before a given position
|
||||
|
||||
Reference in New Issue
Block a user