Skip to content

Commit

Permalink
fix: zoom in/out on scroll instead of panning
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Tricot authored and guyb1 committed Sep 7, 2024
1 parent 1810d60 commit 6a0bc30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/editor-page/canvas/canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ export const Canvas: React.FC<CanvasProps> = ({ initialTables }) => {
animated: false,
type: 'table-edge',
}}
panOnScroll
>
{isLoadingDOM ? (
<Controls
Expand Down

0 comments on commit 6a0bc30

Please sign in to comment.