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 82125da commit 2595258Copy full SHA for 2595258
src/graph_imported_curves.js
@@ -12,7 +12,7 @@ export function ImportedCurves(curvesChanged) {
12
};
13
14
this.importCurvesFromCSV = function(files) {
15
- let importsLeft = maxImportCount - this._curvesData.length;
+ const importsLeft = maxImportCount - this._curvesData.length;
16
17
for (const file of files) {
18
if (importsLeft-- == 0) {
0 commit comments