Skip to content

Commit c8e319b

Browse files
authored
1 parent 05d8966 commit c8e319b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function activateFileBrowser(
6868

6969
// Add the file browser widget to the application restorer.
7070
restorer.add(s3Browser, NAMESPACE);
71-
app.shell.add(s3Browser, 'left', { rank: 100 });
71+
app.shell.add(s3Browser, 'left', { rank: 501 });
7272

7373
return;
7474
}

0 commit comments

Comments
 (0)