Init page change state in willMount
This commit is contained in:
parent
8d994f2788
commit
00167fbc06
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,8 @@ export default React.createClass({
|
||||||
this.handleResize();
|
this.handleResize();
|
||||||
window.addEventListener('resize', this.handleResize);
|
window.addEventListener('resize', this.handleResize);
|
||||||
|
|
||||||
|
this._pageChanging = false;
|
||||||
|
|
||||||
// check we have the right tint applied for this theme.
|
// check we have the right tint applied for this theme.
|
||||||
// N.B. we don't call the whole of setTheme() here as we may be
|
// N.B. we don't call the whole of setTheme() here as we may be
|
||||||
// racing with the theme CSS download finishing from index.js
|
// racing with the theme CSS download finishing from index.js
|
||||||
|
|
Loading…
Reference in a new issue