Frontmatter
| id | 3903 |
| title | controller.Base: examine why the observable mixin is included |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Jan 18, 2023, 10:23 PM |
| updatedAt | Jan 18, 2023, 10:34 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3903 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 18, 2023, 10:34 PM |

Can't remember anymore why the mixin got there. At a first glance, especially view controllers should only fire events on views.
An application instance (which does extend
controller.Base) might need it, but this child class could include the mixin on its own.