Skip to content

Commit

Permalink
disable user select on controller
Browse files Browse the repository at this point in the history
  • Loading branch information
landsman committed Sep 20, 2023
1 parent d0c33aa commit ab2412a
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 ab2412a

Please sign in to comment.