Frontmatter
| id | 3776 |
| title | component.Base: beforeSetCls() => always apply the base cls |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jan 4, 2023, 5:41 PM |
| updatedAt | Jan 4, 2023, 5:41 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3776 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 4, 2023, 5:41 PM |
i ran into some edge cases where the
clsvalue got resetted => thebaseCsgot lost.a little bit slower, but it feels safer to ensure it is always present.