Skip to content

Commit

Permalink
Fix #5751
Browse files Browse the repository at this point in the history
  • Loading branch information
wszymanski committed Mar 6, 2019
1 parent 43f1453 commit 87c4053
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core.js
Expand Up @@ -854,7 +854,10 @@ export default function Core(rootElement, userSettings, rootInstanceSymbol = fal
addClass(instance.rootElement, 'mobile');
}

this.updateSettings(priv.settings, true);
recordTranslator.columnIndexMapper.createSimpleSequence(this.countSourceCols());
recordTranslator.rowIndexMapper.createSimpleSequence(this.countSourceRows());

this.updateSettings(priv.settings, true);;

recordTranslator.columnIndexMapper.createSimpleSequence(this.countSourceCols());
recordTranslator.rowIndexMapper.createSimpleSequence(this.countSourceRows());
Expand Down

0 comments on commit 87c4053

Please sign in to comment.