Explorar o código

#747 remove loopback for ui.menu

Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
ac120a5fab
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      nicegui/elements/menu.py

+ 1 - 0
nicegui/elements/menu.py

@@ -7,6 +7,7 @@ from .mixins.value_element import ValueElement
 
 
 class Menu(ValueElement):
+    LOOPBACK = False
 
     def __init__(self, *, value: bool = False) -> None:
         """Menu