mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-06 05:46:26 +00:00
Fix restore
This commit is contained in:
@@ -140,8 +140,9 @@ const repairBinding = <T extends ExcalidrawLinearElement>(
|
||||
}
|
||||
|
||||
return {
|
||||
...binding,
|
||||
focus,
|
||||
elementId: binding.elementId,
|
||||
mode: binding.mode || "orbit",
|
||||
fixedPoint: normalizeFixedPoint(binding.fixedPoint || [0.51, 0.51]),
|
||||
} as FixedPointBinding | null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user