From fce479419c4f6b61f181257d69e5ac43f63ef7fe Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 13 Jun 2021 18:44:59 +0200 Subject: this is the sauce selection --- components/selection.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'components') diff --git a/components/selection.tsx b/components/selection.tsx index d1753f0..ad86f9f 100644 --- a/components/selection.tsx +++ b/components/selection.tsx @@ -67,16 +67,18 @@ export default function Selection(props: { height: number; left?: slideTypes; right?: slideTypes; + className?: string; }) { var small = props.width < 24 || props.height < 24 || !props.left || !props.right; return
+
-- cgit v1.2.3