Procházet zdrojové kódy

fixed chart events for new hierarchy

Natan před 1 rokem
rodič
revize
5449d619a0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      nicegui/events.py

+ 1 - 1
nicegui/events.py

@@ -49,7 +49,7 @@ class ClickEventArguments(UiEventArguments):
 
 
 @dataclass(**KWONLY_SLOTS)
-class ChartEventArguments(EventArguments):
+class ChartEventArguments(UiEventArguments):
     event_type: str