You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, everything is contained in the MuttiTrackElement, which makes it harder to test the sub-track logic. Further, moving focus with the keyboard is achieved through event bubbling/mediators and until the element reaches a track that can handle it. Moving the focus could be done in one place if the timeline would store a data-structure of all tracks and their subtracks. However, it would make the tracks less independent.
The text was updated successfully, but these errors were encountered:
Currently, everything is contained in the
MuttiTrackElement
, which makes it harder to test the sub-track logic. Further, moving focus with the keyboard is achieved through event bubbling/mediators and until the element reaches a track that can handle it. Moving the focus could be done in one place if the timeline would store a data-structure of all tracks and their subtracks. However, it would make the tracks less independent.The text was updated successfully, but these errors were encountered: