mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: fix function boolean typo
This commit is contained in:
parent
2b4462c941
commit
2816c72c62
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ class Collab extends PureComponent<Props, CollabState> {
|
||||||
preventUnload(event);
|
preventUnload(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.isCollaborating || this.portal.roomId) {
|
if (this.isCollaborating() || this.portal.roomId) {
|
||||||
try {
|
try {
|
||||||
localStorage?.setItem(
|
localStorage?.setItem(
|
||||||
STORAGE_KEYS.LOCAL_STORAGE_KEY_COLLAB_FORCE_FLAG,
|
STORAGE_KEYS.LOCAL_STORAGE_KEY_COLLAB_FORCE_FLAG,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue