mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
typo
This commit is contained in:
@@ -128,7 +128,7 @@ class Todo extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<animated.li
|
<animated.li
|
||||||
style={this.props.style}
|
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}
|
onFocus={this.onMouseOver}
|
||||||
onBlur={this.onMouseOut}
|
onBlur={this.onMouseOut}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user