Refactor to responsive drawer
This commit is contained in:
@@ -60,7 +60,6 @@ export async function* fetchLinesIterator(fileURL) {
|
||||
|
||||
const re = /\n|\r|\r\n/gm;
|
||||
let startIndex = 0;
|
||||
let result;
|
||||
|
||||
for (;;) {
|
||||
let result = re.exec(chunk);
|
||||
|
||||
Reference in New Issue
Block a user