fix: show user state only when passed from host (#3050)

This commit is contained in:
Aakansha Doshi
2021-02-16 15:08:27 +05:30
committed by GitHub
parent 6cafb6bb90
commit 9c0f832a41
2 changed files with 16 additions and 17 deletions

View File

@ -20,6 +20,10 @@ Please add the latest change on the top under the correct section.
- Export [`restore`](https://github.com/excalidraw/excalidraw/blob/master/src/data/restore.ts#L182), [`restoreAppState`](https://github.com/excalidraw/excalidraw/blob/master/src/data/restore.ts#L144) and [`restoreElements`](https://github.com/excalidraw/excalidraw/blob/master/src/data/restore.ts#L128) to host
### Fixes
- Show user state only when [userState](https://github.com/excalidraw/excalidraw/blob/master/src/types.ts#L35) is passed on remote pointers during collaboration [#3050](https://github.com/excalidraw/excalidraw/pull/3050)
## 0.3.1
## Excalidraw API