Frontmatter
| id | 5009 |
| title | dialog.Base: animateHide() => remove the CSS selector removal before removing the node |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 12, 2023, 8:13 AM |
| updatedAt | Oct 12, 2023, 8:16 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5009 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 12, 2023, 8:16 AM |
3 times remove in one title :)
in short: we are adding the rule as a delta update, so it will not get into the vdom (which is fine).
when removing the node, there is no need to purge the selector first.