|
@@ -18,7 +18,7 @@ Please add the latest change on the top under the correct section.
|
|
|
- [`restoreElements`](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api/utils/restore#restoreelements) API now takes an optional parameter `opts` which currently supports the below attributes
|
|
|
|
|
|
```js
|
|
|
-{ refreshDimensions?: boolean, repair?: boolean }
|
|
|
+{ refreshDimensions?: boolean, repairBindings?: boolean }
|
|
|
```
|
|
|
|
|
|
The same `opts` param has been added to [`restore`](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api/utils/restore#restore) API as well.
|