From 2c58983b14b024818ee06dbb2052c3da914ff4b5 Mon Sep 17 00:00:00 2001 From: JSR Date: Thu, 26 Mar 2026 16:35:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=8B=96=E6=8B=BD?= =?UTF-8?q?=E8=B7=9F=E9=9A=8F=E5=B1=82=E8=BF=87=E6=B8=A1=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E8=BF=BD=E8=B5=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StudentManager.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/StudentManager.tsx b/src/components/StudentManager.tsx index b439528..2975947 100644 --- a/src/components/StudentManager.tsx +++ b/src/components/StudentManager.tsx @@ -1550,7 +1550,6 @@ export const StudentManager: React.FC<{ canEdit: boolean }> = ({ canEdit }) => { overflow: "hidden", textOverflow: "ellipsis", transform: `translate3d(${pointerDragPosition.x + 14}px, ${pointerDragPosition.y + 14}px, 0)`, - transition: "transform 90ms linear", willChange: "transform", }} >