Skip to content

Commit

Permalink
MAGETWO-82943: Magetwo 70954: Remove the component.clear from the cus…
Browse files Browse the repository at this point in the history
…tom options type. This causes the 'elem' array to become out of sync with the recordData #11824
  • Loading branch information
ishakhsuvarov authored Oct 31, 2017
2 parents c22d719 + d394960 commit 90c86a5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ define([

if (component) {
component.visible(visible);

/*eslint-disable max-depth */
if (_.isFunction(component.clear)) {
component.clear();
}
}
}
}, this);
Expand Down

0 comments on commit 90c86a5

Please sign in to comment.