Frontmatter
| id | 6333 |
| title | draggable.toolbar.DragZone: adjustToolbarItemCls() => the wrapperCls does not always get applied |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jan 29, 2025, 6:27 PM |
| updatedAt | Jan 29, 2025, 9:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6333 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 29, 2025, 6:27 PM |
draggable.toolbar.DragZone: adjustToolbarItemCls() => the wrapperCls does not always get applied
tobiu assigned to @tobiu on Jan 29, 2025, 6:27 PM
tobiu closed this issue on Jan 29, 2025, 6:27 PM

tobiu
Jan 29, 2025, 9:13 PM
clean fix via https://github.com/neomjs/neo/issues/6334
Without adding a delay, the wrapperCls does not always get applied. Review it once style updates are fully vdom based.
Adding a workaround fix for now (plus a todo).