fix: tweak readme for syncable elements (#3444)
* fix: tweak readme for syncable elements * fix * tweak Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
d126d04d17
commit
d5a270f643
@ -601,7 +601,7 @@ getSyncableElements(elements: <a href="https://github.com/excalidraw/excalidraw
|
||||
import { getSyncableElements } from "@excalidraw/excalidraw";
|
||||
```
|
||||
|
||||
This function returns all the deleted elements of the scene.
|
||||
Returns all elements including deleted ones, excluding elements which are are invisibly small (e.g. width & height are zero). Useful when you want to sync elements during collaboration.
|
||||
|
||||
#### `getElementMap`
|
||||
|
||||
|
@ -626,7 +626,7 @@ getSyncableElements(elements: <a href="https://github.com/excalidraw/excalidraw
|
||||
import { getSyncableElements } from "@excalidraw/excalidraw";
|
||||
```
|
||||
|
||||
This function returns all the deleted elements of the scene.
|
||||
Returns all elements including deleted ones, excluding elements which are are invisibly small (e.g. width & height are zero). Useful when you want to sync elements during collaboration.
|
||||
|
||||
#### `getElementMap`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user