Frontmatter
| id | 8128 |
| title | Manager.mjs: Fix regression in autoMount handling |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Dec 16, 2025, 8:07 PM |
| updatedAt | Dec 16, 2025, 8:12 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8128 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 16, 2025, 8:12 PM |
The proposed refactoring of
vdom.Helperwas rejected due to payload duplication concerns. We are proceeding with the fix inManager.mjsto correctly handleautoMountmessages which lack deltas but must be queued.Fix: In
onWorkerMessage, when callinghandleDomUpdatefor thereplypath, pass a placeholder array[1]ifdata.data.autoMountis true. This forces the helper to queue the update, ensuring theautomountevent is fired and processed byMain.