Skip to content

Commit

Permalink
[FIX recordArrayManager] removes an extraneous flush
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Apr 11, 2019
1 parent 92980b0 commit e4a4368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default class RecordArrayManager {

if (hasPendingChanges) {
this._flushPendingInternalModelsForModelName(modelName, pending);
delete pending[modelName];
delete this._pending[modelName];
}

let internalModels = this._visibleInternalModelsByType(modelName);
Expand Down

0 comments on commit e4a4368

Please sign in to comment.