Skip to content

Commit

Permalink
Remove unnecessary this._change() call. Fixes timeout errors after a …
Browse files Browse the repository at this point in the history
…page refresh.
  • Loading branch information
wdamien committed Jun 1, 2020
1 parent 05f7b81 commit 5c40e87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/src/RegExr.js
Expand Up @@ -188,7 +188,6 @@ export default class RegExr extends EventDispatcher {
this.flavor.on("change", ()=> this._change());
this.tools.on("change", ()=> this._change());
this.share.on("change", ()=> this._change());
this._change();
}

_migrateFavorites() {
Expand Down

0 comments on commit 5c40e87

Please sign in to comment.