mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: restore text dimensions (#5432)
* fix: restore text dimensions * fix tests * update readme & changelog * reduce API surface area by always refreshing dimensions for full `restore()`
This commit is contained in:
parent
36bf17cf59
commit
c8f6e3faa8
7 changed files with 51 additions and 21 deletions
|
@ -583,7 +583,7 @@ class Collab extends PureComponent<Props, CollabState> {
|
|||
const localElements = this.getSceneElementsIncludingDeleted();
|
||||
const appState = this.excalidrawAPI.getAppState();
|
||||
|
||||
remoteElements = restoreElements(remoteElements, null);
|
||||
remoteElements = restoreElements(remoteElements, null, false);
|
||||
|
||||
const reconciledElements = _reconcileElements(
|
||||
localElements,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue