From b5f34c5e702c3796e0f346ee2887a92332db9778 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Sat, 8 Feb 2020 22:18:17 -0500 Subject: from last.. --- src/client/views/nodes/DocumentView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 14db9cffa..787f6b79b 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -983,11 +983,11 @@ export class DocumentView extends DocComponent(Docu height: "100%", opacity: this.Document.opacity }}> - {this.onClickHandler ? <> + {this.onClickHandler && this.props.ContainingCollectionView?.props.Document._viewType === CollectionViewType.Time ? <> {this.innards} -
+
: - this.innards} + this.innards}
; } } -- cgit v1.2.3-70-g09d2