Frontmatter
| id | 3805 |
| title | component.Toast: multi window support |
| state | Closed |
| labels | enhancementstale |
| assignees | Dinkh |
| createdAt | Jan 6, 2023, 1:17 PM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3805 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
we need to add a
runningconfig for eachappName.manager.Component: updateItemsInPosition() needs to fetch the domRects for each realm. please use
Promise.all()for this one.