Skip to content

Commit

Permalink
fix: tweak readme for syncable elements (#3444)
Browse files Browse the repository at this point in the history
* fix: tweak readme for syncable elements

* fix

* tweak

Co-authored-by: David Luzar <luzar.david@gmail.com>
  • Loading branch information
ad1992 and dwelle committed Apr 13, 2021
1 parent d126d04 commit d5a270f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/excalidraw/README.md
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion src/packages/excalidraw/README_NEXT.md
Expand Up @@ -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`
Expand Down

1 comment on commit d5a270f

@vercel
Copy link

@vercel vercel bot commented on d5a270f Apr 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.