Frontmatter
| id | 3528 |
| title | component.Base: afterSetCls(), afterSetWrapperCls() => smarter merging strategy |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 5, 2022, 1:01 AM |
| updatedAt | Oct 5, 2022, 1:10 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3528 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 5, 2022, 1:10 AM |
cls = [...me.wrapperCls, ...value];would not honor duplicate entries. well, those should never happen, but better safe than sorry.