Skip to content

Commit 0e4adac

Browse files
authored
Update filebrowser.js
1 parent f631276 commit 0e4adac

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

filebrowser.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,17 +1359,6 @@ async function loadFileInHTML(fileEl, fileSha) {
13591359
}
13601360

13611361
}
1362-
1363-
// change tab character
1364-
if (cd.textContent.includes('\t')) {
1365-
1366-
cd.options.tab = '\t';
1367-
1368-
} else {
1369-
1370-
cd.options.tab = ' ';
1371-
1372-
}
13731362

13741363
// if on desktop and file is modified
13751364
if (!isMobile && modifiedFiles[fileSha]) {

0 commit comments

Comments
 (0)