mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-20 22:44:52 +00:00
Fix panning
This commit is contained in:
@@ -41,6 +41,7 @@ export default function Editor(props) {
|
||||
strictMode: false,
|
||||
showFieldSummary: true,
|
||||
zoom: 1,
|
||||
pan: {x: 0, y: 0},
|
||||
showGrid: true,
|
||||
});
|
||||
const [undoStack, setUndoStack] = useState([]);
|
||||
|
Reference in New Issue
Block a user