Skip to content

Commit

Permalink
Remove unused code in table-drag.hook.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliodiez committed Jan 14, 2024
1 parent 081dda1 commit 5d8477d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pods/export/components/table/table-drag.hook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export const useDraggable = (
) => {
const [isDragging, setIsDragging] = useState(false);
const [startDragPosition, setStartDragPosition] = useState({ x: 0, y: 0 });
//const { canvasViewSettings } = useCanvasViewSettingsContext();
//const { canvasSize } = canvasViewSettings;

const onMouseDown = useCallback(
(event: React.MouseEvent) => {
Expand Down

0 comments on commit 5d8477d

Please sign in to comment.