From 86e985ef3a96d9849799e436d2158fef0b2b7f94 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Wed, 23 Oct 2019 11:45:08 -0400 Subject: added scrubbing from text notes --- src/client/views/InkingStroke.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/InkingStroke.tsx') diff --git a/src/client/views/InkingStroke.tsx b/src/client/views/InkingStroke.tsx index 7bbf71482..332c22512 100644 --- a/src/client/views/InkingStroke.tsx +++ b/src/client/views/InkingStroke.tsx @@ -34,7 +34,7 @@ export class InkingStroke extends React.Component { e.preventDefault(); } if (InkingControl.Instance.selectedTool === InkTool.Scrubber && e.buttons === 1) { - runInAction(() => AudioBox.ScrubTime = this.props.creationTime); + AudioBox.SetScrubTime(this.props.creationTime); e.stopPropagation(); e.preventDefault(); } -- cgit v1.2.3-70-g09d2