Skip to content

Commit

Permalink
dont kill dynamicOverrides when options reset happens
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Mar 26, 2019
1 parent a89ef7f commit a28f171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/OptionsManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default class OptionsManager {

reset(props) {
this.overrides = props
this.dynamicOverrides = {}
this.compute()
}

Expand Down

0 comments on commit a28f171

Please sign in to comment.