Skip to content

Commit

Permalink
#67 create new object from existing filter to force reload
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-vavrek committed Mar 13, 2020
1 parent c0e3fa9 commit 8372d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/reducers/selection/dispatchActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const initializeFilter = (object_selection, cached_mol_lists) => (dispatc
priorityOrder: MOL_ATTRIBUTES.map(molecule => molecule.key)
};
} else {
initObject = Object.assign({}, initObject);
console.log('using saved filter');
}

Expand Down

0 comments on commit 8372d24

Please sign in to comment.