Skip to content

Commit

Permalink
Fix / workaround(?) which should be described #7031
Browse files Browse the repository at this point in the history
  • Loading branch information
wszymanski committed Jul 22, 2020
1 parent ce1efc9 commit f768aa4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/editorManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,8 @@ class EditorManager {

if (editorClass && td) {
const prop = this.instance.colToProp(visualColumnToCheck);

const originalValue =
this.instance.getSourceDataAtCell(
this.instance.toPhysicalRow(visualRowToCheck),
this.instance.toPhysicalColumn(visualColumnToCheck)
);
this.instance.getSourceDataAtCell(this.instance.toPhysicalRow(visualRowToCheck), prop);

this.activeEditor = getEditorInstance(editorClass, this.instance);
// Using not modified coordinates, as we need to get the table element using selection coordinates.
Expand Down

0 comments on commit f768aa4

Please sign in to comment.