Browse Source

we reassign the global varaible active_links

Rodja Trappe 3 years ago
parent
commit
68a9cc0898
1 changed files with 1 additions and 0 deletions
  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 = []