drawDB/src/components/EditorCanvas
Felix Zedén Yverås 47fce123d3 feat: support scroll wheel panning
This is similar to tools like figma, where the scroll wheel pans
the view and scroll is only done if the control key is pressed.

New bindings:
scroll wheel: pan y
shift + scroll wheel: pan x
ctrl + scroll wheel: zoom
2024-07-17 22:22:52 +02:00
..
Area.jsx fix: rewrite coordinate management 2024-07-17 22:22:52 +02:00
Canvas.jsx feat: support scroll wheel panning 2024-07-17 22:22:52 +02:00
Note.jsx feat: add basic touchscreen support 2024-07-14 15:36:54 +02:00
Relationship.jsx Rename TablesContext to DiagramContext 2024-07-04 23:18:20 +03:00
Table.jsx feat: add basic touchscreen support 2024-07-14 15:36:54 +02:00