mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-20 20:01:29 +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>
|
<React.Fragment>
|
||||||
<div className='brewRenderer'
|
<div className='brewRenderer'
|
||||||
onScroll={this.handleScroll}
|
onScroll={this.handleScroll}
|
||||||
onMouseOver={this.prepareScroll}
|
|
||||||
onMouseOut={this.unprepareScroll}
|
|
||||||
ref='main'
|
ref='main'
|
||||||
style={{ height: this.state.height }}>
|
style={{ height: this.state.height }}>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user