Add menu conditions.

This commit is contained in:
Dermot Duffy
2021-11-14 15:32:25 -08:00
parent 3ae908d4b7
commit c7506c9ee0
7 changed files with 481 additions and 302 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ declare global {
}
class ActionHandler extends HTMLElement implements ActionHandler {
public holdTime = 500;
public holdTime = 400;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
public ripple: any;