Procházet zdrojové kódy

we reassign the global varaible active_links

Rodja Trappe před 3 roky
rodič
revize
68a9cc0898
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      nicegui/binding.py

+ 1 - 0
nicegui/binding.py

@@ -10,6 +10,7 @@ bindable_properties = set()
 active_links = []
 
 async def loop():
+    global active_links
     while True:
         visited = set()
         invalidated_views = []