Skip to content

Commit a7aeae1

Browse files
committed
Addressed issue 176
1 parent f84909c commit a7aeae1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 2.0.3
1+
# Version 2.0.6
22

33
#### Bluetooth support
44
<img height="10%" width="10%" src="src/assets/images/Bluetooth_FM_Black.png"/></img>

src/components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ function NavBar({ layoutref }: NavBarProps) {
850850
const session: EditorSession | undefined =
851851
EditorMgr.getInstance().getEditorSession(activeTab);
852852
if (session) {
853-
if (isLogin) {
853+
if (isLogin && session.gpath) {
854854
// saving the Google drive parent directory to XRP first
855855
await EditorMgr.getInstance().saveAllFilesInGoogleDriveToXRP(session.id);
856856

0 commit comments

Comments
 (0)