1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-16 03:55:55 +00:00

Remove unused event triggers

Removed `onMouseOver` and `onMouseOut` since they are no longer needed to trigger `will-change`
This commit is contained in:
Trevor Buckner
2018-05-13 19:54:42 -04:00
committed by Rae2che5
parent 2f15cc5611
commit d417c76c56

View File

@@ -131,8 +131,6 @@ const BrewRenderer = createClass({
<React.Fragment>
<div className='brewRenderer'
onScroll={this.handleScroll}
onMouseOver={this.prepareScroll}
onMouseOut={this.unprepareScroll}
ref='main'
style={{ height: this.state.height }}>