Skip to content

Commit f631276

Browse files
authored
Update live-view.js
1 parent 7757893 commit f631276

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

live-view/live-view.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -316,17 +316,6 @@ async function setupLiveView() {
316316

317317
}
318318

319-
// change tab character
320-
if (cd.textContent.includes('\t')) {
321-
322-
cd.options.tab = '\t';
323-
324-
} else {
325-
326-
cd.options.tab = ' ';
327-
328-
}
329-
330319
// set scroll pos in codeit
331320
cd.scrollTo(selectedFile.scrollPos[0], selectedFile.scrollPos[1]);
332321

0 commit comments

Comments
 (0)