From 2d7fee7ee57b19dccfcef268b4202941f508a0ef Mon Sep 17 00:00:00 2001 From: Vy Nguyen Date: Thu, 12 Dec 2024 09:38:19 -0800 Subject: [PATCH] Reformat code --- reflex/components/radix/themes/components/context_menu.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reflex/components/radix/themes/components/context_menu.py b/reflex/components/radix/themes/components/context_menu.py index 6d016cbeb..f8512a902 100644 --- a/reflex/components/radix/themes/components/context_menu.py +++ b/reflex/components/radix/themes/components/context_menu.py @@ -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."""