Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dialog
requestClose()
to handle edge case
Dialog requestClose() now directly calls close the dialog if dialog's close watcher is null. This replaces a previous assert that's wrong.
- Loading branch information