From 3b01d7293bc398b59def205dd2bc55ea3f8004cd Mon Sep 17 00:00:00 2001 From: starmorph Date: Tue, 20 May 2025 14:21:01 -0700 Subject: [PATCH] drag and drop styling --- src/components/thread/index.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx index 1332881..d52a159 100644 --- a/src/components/thread/index.tsx +++ b/src/components/thread/index.tsx @@ -445,17 +445,12 @@ export function Thread() {
- {dragOver && ( -
- - Drop file here - -
- )}