Skip to content

Commit e6732bb

Browse files
authored
Update filebrowser.js
1 parent 6b269c0 commit e6732bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

filebrowser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,9 @@ async function loadFileInHTML(fileEl, fileSha) {
767767
// change codeit lang
768768
cd.lang = selectedFile.lang;
769769

770+
// update bottom float
771+
if (isMobile) updateFloat();
772+
770773
} catch(e) { // if file is binary
771774

772775
if (hashCode(selectedFile.content) !== hashCode(fileSizeText)) {

0 commit comments

Comments
 (0)