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.
2 parents 5cfe36e + 370c66a commit 9123494Copy full SHA for 9123494
code.js
@@ -484,7 +484,7 @@
484
}
485
486
// Update the original text area when the source changes
487
- const otherSource = index => sm.sources[index].name;
+ const otherSource = index => index === -1 ? 'unmapped' : sm.sources[index].name;
488
const originalName = index => sm.names[index];
489
originalTextArea = null;
490
if (sm.sources.length > 0) {
0 commit comments