diff --git a/src/components/column/card.tsx b/src/components/column/card.tsx index 9274292..94b20ca 100644 --- a/src/components/column/card.tsx +++ b/src/components/column/card.tsx @@ -140,10 +140,10 @@ function NewsCard({ id, setHandleRef }: NewsCardProps) { className={$("btn", isFocused ? "i-ph:star-fill" : "i-ph:star-duotone")} onClick={toggleFocus} /> + {/* firefox cannot drag a button */} {setHandleRef && ( -