Skip to content

Commit

Permalink
Fix static test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Nov 15, 2019
1 parent a565ee0 commit b30b855
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ define([
var img;

this.hide();

if (record._rowIndex === this.visibleRecord()) {
return;
}

this.displayedRecord(record);
this._selectRow(record.rowNumber || null);
this.visibleRecord(record._rowIndex);
Expand Down

0 comments on commit b30b855

Please sign in to comment.