This commit is contained in:
2018-06-07 18:49:10 +03:00
parent 43faf2c244
commit f2a3871947

View File

@@ -128,7 +128,7 @@ class Todo extends React.Component {
return (
<animated.li
style={this.props.style}
// onFocus and onBlur triggers when long pressing on smartphones
// onFocus and onBlur are triggered with long press on smartphones
onFocus={this.onMouseOver}
onBlur={this.onMouseOut}
>