mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
typo
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user