Reformat code

This commit is contained in:
Vy Nguyen 2024-12-12 09:38:19 -08:00
parent c57ffddcad
commit 2d7fee7ee5

View File

@ -237,9 +237,11 @@ class ContextMenuCheckbox(Checkbox):
"""The component that contains the checkbox."""
tag = "ContextMenu.CheckboxItem"
# Text to render as shortcut.
shortcut: Var[str]
class ContextMenu(ComponentNamespace):
"""Menu representing a set of actions, displayed at the origin of a pointer right-click or long-press."""