Skip to content

Commit 5c40e87

Browse files
committed
Remove unnecessary this._change() call. Fixes timeout errors after a page refresh.
1 parent 05f7b81 commit 5c40e87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/src/RegExr.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ export default class RegExr extends EventDispatcher {
188188
this.flavor.on("change", ()=> this._change());
189189
this.tools.on("change", ()=> this._change());
190190
this.share.on("change", ()=> this._change());
191-
this._change();
192191
}
193192

194193
_migrateFavorites() {

0 commit comments

Comments
 (0)