We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b03cf commit e15faa7Copy full SHA for e15faa7
extension/content_scripts/csv_reader.js
@@ -71,7 +71,6 @@ function mainWork() {
71
const separator = inputSeparator === '' ? ',' : inputSeparator;
72
const isTable = mode === 'table';
73
const isColor = mode === 'color';
74
- // escape the 'pipe' as it works as a boolean in a regex 😱
75
76
const resultContainer = document.createElement('main');
77
resultContainer.id = `csv-${isTable ? 'table' : 'color'}`;
0 commit comments