apply theme tint at launch

pull/21833/head
Matthew Hodgson 2017-10-26 01:43:42 +01:00
parent b3a8593468
commit ac7a94afb2
1 changed files with 3 additions and 0 deletions

View File

@ -276,6 +276,9 @@ module.exports = React.createClass({
this._windowWidth = 10000;
this.handleResize();
window.addEventListener('resize', this.handleResize);
// check we have the right tint applied for this theme
Tinter.tint();
},
componentDidMount: function() {