diff --git a/frontend/src/components/editor/SortableCell.tsx b/frontend/src/components/editor/SortableCell.tsx index c514a71d77e..b7d563c927e 100644 --- a/frontend/src/components/editor/SortableCell.tsx +++ b/frontend/src/components/editor/SortableCell.tsx @@ -56,6 +56,7 @@ const SortableCellInternal = React.forwardRef(
@@ -73,7 +74,6 @@ const SortableCellInternal = React.forwardRef( data-is-dragging={isDragging} className={cn(props.className, isMoving && "is-moving")} style={style} - onMouseDown={Events.preventFocus} > {props.children}