mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-20 06:25:26 +00:00
Seed templates
This commit is contained in:
@@ -640,8 +640,8 @@ export default function Editor() {
|
||||
setNotes(diagram.notes);
|
||||
setSettings((prev) => ({
|
||||
...prev,
|
||||
pan: diagram.pan,
|
||||
zoom: diagram.zoom,
|
||||
pan: {x: 0, y: 0},
|
||||
zoom: 1,
|
||||
}));
|
||||
setUndoStack([]);
|
||||
setRedoStack([]);
|
||||
|
Reference in New Issue
Block a user