turns out we do write these

This commit is contained in:
Bruno Windels 2021-09-06 13:10:36 +02:00
parent 35f8c40a0c
commit 5953cdf0cc

View file

@ -20,8 +20,8 @@ import {Direction} from "./Direction";
// key for events in the timelineEvents store
export class EventKey {
constructor(
public readonly fragmentId: number,
public readonly eventIndex: number
public fragmentId: number,
public eventIndex: number
) {
}