Unified spacing

This commit is contained in:
Trevor Buckner
2018-05-14 08:30:19 +01:00
committed by Rae2che5
parent 825c259fba
commit a8a70c2d70
@@ -128,14 +128,14 @@ const BrewRenderer = createClass({
}, },
/** /**
* Optimize for smooth scrolling when mouse enters the rendering panel * Optimize for smooth scrolling when mouse enters the rendering panel
**/ **/
prepareScroll : function(){ prepareScroll : function(){
this.setState({willChange : 'transform'}); this.setState({willChange : 'transform'});
}, },
/** /**
* Unload smooth scrolling optimizations when mouse leaves rendering panel * Unload smooth scrolling optimizations when mouse leaves rendering panel
**/ **/
unprepareScroll : function(){ unprepareScroll : function(){
this.setState({willChange : 'auto'}); this.setState({willChange : 'auto'});