Prechádzať zdrojové kódy

fixed chart events for new hierarchy

Natan 1 rok pred
rodič
commit
5449d619a0
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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