DanDDXuanX

Results 1 comments of DanDDXuanX

I made a slight modification to this part (dialog.py line 89-90), which seems to temporarily solve the issue. However, this requires Dialog to have the `parent` parameter. ```python if self._parent:...