We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7757893 commit f631276Copy full SHA for f631276
1 file changed
live-view/live-view.js
@@ -316,17 +316,6 @@ async function setupLiveView() {
316
317
}
318
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
330
// set scroll pos in codeit
331
cd.scrollTo(selectedFile.scrollPos[0], selectedFile.scrollPos[1]);
332
0 commit comments