fix: memoisation of row should allow changes

This commit is contained in:
Carlos Valente
2025-02-27 08:24:08 +01:00
committed by Carlos Valente
parent 0ac2ce8e84
commit c2a6de6195
@@ -165,7 +165,7 @@ export default function CuesheetTable(props: CuesheetTableProps) {
return (
<EventRow
key={row.id}
key={`${row.id}-${entry.revision}`}
rowId={row.id}
eventId={entry.id}
eventIndex={eventIndex}