We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84909c commit a7aeae1Copy full SHA for a7aeae1
2 files changed
public/CHANGELOG.txt
@@ -1,4 +1,4 @@
1
-# Version 2.0.3
+# Version 2.0.6
2
3
#### Bluetooth support
4
<img height="10%" width="10%" src="src/assets/images/Bluetooth_FM_Black.png"/></img>
src/components/navbar.tsx
@@ -850,7 +850,7 @@ function NavBar({ layoutref }: NavBarProps) {
850
const session: EditorSession | undefined =
851
EditorMgr.getInstance().getEditorSession(activeTab);
852
if (session) {
853
- if (isLogin) {
+ if (isLogin && session.gpath) {
854
// saving the Google drive parent directory to XRP first
855
await EditorMgr.getInstance().saveAllFilesInGoogleDriveToXRP(session.id);
856
0 commit comments