Skip to content

View Component consistancy #615

@NathanaelA

Description

@NathanaelA

In the View component; we use .observe to connect our event handlers to any Gesture events. Is their some reason why we can't make this be a lot more consistent with the Observable event handling system and use the on, addEventListener, off, and removeEventListener functions? That way all events go through those functions.

This seems inconsistent to have some events connected via on and some events connected via observe

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions