Skip to content

Commit 67e82e3

Browse files
committed
Update live-view.js
1 parent baf3c10 commit 67e82e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

live-view/live-view.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ async function setupLiveView() {
133133
// if URL has a file
134134
if (linkData.file) {
135135

136+
// get file from URL
137+
const fileName = linkData.file;
138+
139+
136140
function closeLiveView() {
137141

138142
// if URL has a live view flag

0 commit comments

Comments
 (0)