Skip to content

Commit

Permalink
Merge pull request #119 from Ang-YC/quickfix-ui
Browse files Browse the repository at this point in the history
Quick fix for undo UI issue
  • Loading branch information
tanhengyeow authored Apr 11, 2018
2 parents e94eed3 + 8645585 commit 3b87f8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/seedu/address/model/ModelManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ public ModelManager() {

@Override
public void resetData(ReadOnlyAddressBook newData) {
// Quickfix: Reset the filtered person
personList.clear();

addressBook.resetData(newData);
indicateAddressBookChanged();
}
Expand Down

0 comments on commit 3b87f8b

Please sign in to comment.