mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
fix: 移除拖拽跟随层过渡避免动画追赶
This commit is contained in:
@@ -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",
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user