Frontmatter
| id | 1148 |
| title | component.Base: beforeGetWrapperStyle() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 29, 2020, 1:37 AM |
| updatedAt | Aug 29, 2020, 1:37 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1148 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 29, 2020, 1:37 AM |
to be less restrictive, merge the wrapperStyle with already existing styles on the top level vdom node.
wrapperStyle will get a higher prio.
we also want to return a shallow copy to make changing values easier.