Skip to content

Commit 996e6df

Browse files
authored
Update live-view.js
1 parent 4ab0e3f commit 996e6df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

live-view/live-view.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ async function setupLiveView() {
3939

4040
// if on mobile device
4141
if (isMobile) {
42+
43+
// clear selected file name
44+
floatLogo.innerText = '';
4245

4346
// don't transition bottom float
4447
bottomWrapper.classList.add('notransition');

0 commit comments

Comments
 (0)