Explorar el Código

update UI when closing dialog via click in background

Falko Schindler hace 2 años
padre
commit
34b3b0fa89
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      nicegui/elements/dialog.py

+ 1 - 0
nicegui/elements/dialog.py

@@ -49,4 +49,5 @@ class Dialog(Group):
         self._result = None
         if self._submitted is not None:
             self._submitted.set()
+        self.update()
         return False