From 85f5f3824b8e815350f1f83c81a53cafd8a26b9e Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 26 Sep 2021 03:18:41 -0400 Subject: fixed bug with SetInPlace for fields starting with "_" --- src/client/views/collections/CollectionStackedTimeline.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/views') diff --git a/src/client/views/collections/CollectionStackedTimeline.tsx b/src/client/views/collections/CollectionStackedTimeline.tsx index e1e2990a0..16401bf01 100644 --- a/src/client/views/collections/CollectionStackedTimeline.tsx +++ b/src/client/views/collections/CollectionStackedTimeline.tsx @@ -760,6 +760,7 @@ class StackedTimelineAnchor extends React.Component e, (e) => { if (!undo) undo = UndoManager.StartBatch("drag anchor"); + this.props.setTime(newTime(e)); return changeAnchor(anchor, left, newTime(e)); }, (e) => { -- cgit v1.2.3-70-g09d2