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 3a5fb7b commit 8ac0381Copy full SHA for 8ac0381
live-view.js
@@ -13,6 +13,7 @@ async function setupLiveView() {
13
saveSidebarStateLS();
14
15
treeLoc = urlQuery.split('+')[0].split(',');
16
+ saveTreeLocLS(treeLoc);
17
18
const fileName = urlQuery.split('+')[1].split(',')[0];
19
const fileSha = urlQuery.split('+')[1].split(',')[1];
0 commit comments