Skip to content

Commit 7757893

Browse files
authored
Update codedrop.js
1 parent 5bd49b4 commit 7757893

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

codedrop.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,6 @@ function processFile(file) {
122122
if (!isMobile) cd.setSelection(0, 0);
123123

124124
cd.focus();
125-
126-
// change tab character
127-
if (cd.textContent.includes('\t')) {
128-
129-
cd.options.tab = '\t';
130-
131-
} else {
132-
133-
cd.options.tab = ' ';
134-
135-
}
136125

137126
cd.history = [{ html: cd.innerHTML, pos: cd.getSelection() }];
138127

0 commit comments

Comments
 (0)