diff --git a/web/html/index.html b/web/html/index.html index 1105f38..363c369 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -162,6 +162,11 @@ { text: "Action 1 - Don't click me", action: contextMenuAction1 + }, + { + text: "Action 3 - Disabled action", + action: contextMenuAction1, + disabled: true } ], false) } @@ -330,8 +335,8 @@

Desktop Components:

- - + +