From b34662346733ded378b31d8b1ba1e8b2953ec49a Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 11 Mar 2021 18:21:10 +0100 Subject: can edit status now :tada: --- components/ui.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'components') diff --git a/components/ui.tsx b/components/ui.tsx index 8fa9657..7f10424 100644 --- a/components/ui.tsx +++ b/components/ui.tsx @@ -56,6 +56,7 @@ export function Button(props: { position: "relative", textDecoration: "none", display: "block", + userSelect: "none", ...props.style }}> { -- cgit v1.2.3