mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
trimleft on first lastpass chunk
This commit is contained in:
@@ -309,6 +309,9 @@
|
|||||||
complete: function (results) {
|
complete: function (results) {
|
||||||
parseCsvErrors(results);
|
parseCsvErrors(results);
|
||||||
parseData(results.data);
|
parseData(results.data);
|
||||||
|
},
|
||||||
|
beforeFirstChunk: function (chunk) {
|
||||||
|
return chunk.replace(/^\s+/, '');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user