From 421b3191fd692ef01fbc4356132f9745ef087700 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 13 Jun 2021 13:31:55 +0200 Subject: selection in timeline working sorta --- components/selection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/selection.tsx b/components/selection.tsx index 4a0812f..d1753f0 100644 --- a/components/selection.tsx +++ b/components/selection.tsx @@ -68,7 +68,7 @@ export default function Selection(props: { left?: slideTypes; right?: slideTypes; }) { - var small = props.width < 24 || props.height < 24; + var small = props.width < 24 || props.height < 24 || !props.left || !props.right; return