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:
@@ -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 }}>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user