mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-31 14:17:06 +02:00
fix: fix function boolean typo
This commit is contained in:
@@ -226,7 +226,7 @@ class Collab extends PureComponent<Props, CollabState> {
|
||||
preventUnload(event);
|
||||
}
|
||||
|
||||
if (this.isCollaborating || this.portal.roomId) {
|
||||
if (this.isCollaborating() || this.portal.roomId) {
|
||||
try {
|
||||
localStorage?.setItem(
|
||||
STORAGE_KEYS.LOCAL_STORAGE_KEY_COLLAB_FORCE_FLAG,
|
||||
|
Reference in New Issue
Block a user