Compare commits

...

1 Commits

Author SHA1 Message Date
hmacr 25e8452e48 fix: wait for shared document to load 2024-10-25 16:46:51 +05:30
+1 -1
View File
@@ -172,7 +172,7 @@ function SharedDocumentScene(props: Props) {
}
}
if (!response) {
if (!response?.sharedTree) {
return <Loading location={props.location} />;
}