diff --git a/src/client/routes/threads/$threadId.tsx b/src/client/routes/threads/$threadId.tsx index 72c936a..f16ccc2 100644 --- a/src/client/routes/threads/$threadId.tsx +++ b/src/client/routes/threads/$threadId.tsx @@ -195,6 +195,7 @@ function ThreadDetailPage() { axis="y" values={displayItems} onReorder={setTempItems} + onPointerUp={handleDragEnd} className="flex flex-col gap-2" > {displayItems.map((candidate, index) => ( @@ -213,7 +214,7 @@ function ThreadDetailPage() { ))} ) : ( -
+
{displayItems.map((candidate, index) => (