Frontmatter
| id | 8145 |
| title | Fix AgentOS DnD state corruption and improve child app styling |
| state | Closed |
| labels | bugenhancementai |
| assignees | tobiu |
| createdAt | Dec 19, 2025, 5:18 PM |
| updatedAt | Dec 19, 2025, 5:19 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8145 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 19, 2025, 5:19 PM |
Fixes a bug in
AgentOS.view.ViewportControllerwhere manual state manipulation (widget.mounted = true) caused issues when reintegrating widgets from popped-out windows.Additionally, ensures correct styling for AgentOS child apps (
swarmandwidget) by addingadditionalThemeFilesto their Viewports, matching the main application's theme.