You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -362,6 +362,56 @@ The third param on the `->addItem` call is what disables an item while the `->di
362
362
363
363
The outcome is a full menu with dimmed rows to denote them being disabled. When a user navigates these items are jumped over to the next available selectable item.
364
364
365
+
#### Redrawing the menu
366
+
367
+
You can modify the menu and its style when executing an action and then you can redraw it! In this example we will toggle the background
0 commit comments