Frontmatter
| id | 1011 |
| title | layout.Card: applyChildAttributes() => dynamic inserts |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 1, 2020, 5:36 PM |
| updatedAt | Aug 1, 2020, 5:37 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1011 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 1, 2020, 5:37 PM |
With the new removeInactiveCards config, we need to adjust applyChildAttributes (3rd param), so that dynamically added items do not get removed from the dom right away (they will get activated most likely).