Skip to content

Commit

Permalink
Initial fix for allowing parsing:false with stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoilpancakes committed Apr 18, 2021
1 parent e29ba78 commit f77b619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/core.datasetController.js
Expand Up @@ -392,6 +392,7 @@ export default class DatasetController {
if (me._parsing === false) {
meta._parsed = data;
meta._sorted = true;
parsed = data;
} else {
if (isArray(data[start])) {
parsed = me.parseArrayData(meta, data, start, count);
Expand Down

0 comments on commit f77b619

Please sign in to comment.