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 83c9af3 commit 88d0151Copy full SHA for 88d0151
live-view/live-view.js
@@ -2,7 +2,7 @@
2
// setup live view
3
async function setupLiveView() {
4
5
- const prevSelectedFile;
+ let prevSelectedFile;
6
7
// if URL has a file
8
if (linkData.file) {
0 commit comments