소스 검색

update UI when closing dialog via click in background

Falko Schindler 2 년 전
부모
커밋
34b3b0fa89
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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