Build update

This commit is contained in:
Francisco Hodge
2021-06-09 05:05:50 +00:00
parent e2669bd87b
commit d72584b439
6 changed files with 15 additions and 10 deletions
+2 -1
View File
@@ -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