From c0bdb958920f1f0f68a35c70d5b4ad1bf5ea5824 Mon Sep 17 00:00:00 2001 From: mehekj Date: Tue, 21 Jun 2022 14:03:49 -0400 Subject: same fix as previous --- src/client/views/collections/CollectionStackedTimeline.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionStackedTimeline.tsx b/src/client/views/collections/CollectionStackedTimeline.tsx index 372629ddf..77ed83278 100644 --- a/src/client/views/collections/CollectionStackedTimeline.tsx +++ b/src/client/views/collections/CollectionStackedTimeline.tsx @@ -183,7 +183,8 @@ export class CollectionStackedTimeline extends CollectionSubView { if ( - !(e.target instanceof HTMLInputElement) && + // need to include range inputs because after dragging video time slider it becomes target element + !(e.target instanceof HTMLInputElement && !(e.target.type === "range")) && this.props.isSelected(true) ) { // if shift pressed scrub 1 second otherwise 1/10th -- cgit v1.2.3-70-g09d2