Frontmatter
| id | 4548 |
| title | dialog.Base: hide() & show() should honor the mounted (or hidden) state |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Jul 13, 2023, 4:27 PM |
| updatedAt | Sep 13, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4548 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:29 AM |
hide => only execute the logic if the dialog is mounted
show => only execute the logic in case the dialog is not mounted
related to #4547
FYI @Dinkh