Skip to content

Commit

Permalink
Merge pull request #1 from landsman/main
Browse files Browse the repository at this point in the history
disable user select on controller
  • Loading branch information
grvcoelho authored Sep 24, 2023
2 parents d0c33aa + ab2412a commit 3518575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Arturia.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const Arturia: React.FC<ArturiaProps> = ({ className, style }) => {
<div
className={cn(
className,
"flex h-[369px] w-[595px] flex-col rounded-xl bg-[#EDE9E8] px-[32px] pt-[10px] shadow-xl",
"flex h-[369px] w-[595px] flex-col rounded-xl bg-[#EDE9E8] px-[32px] pt-[10px] shadow-xl select-none",
)}
style={style}
>
Expand Down

0 comments on commit 3518575

Please sign in to comment.