mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-16 09:35:00 +08:00
fix(lint): Remove return
statement from editable list
This commit is contained in:
parent
b62a129e06
commit
64fc74cc6a
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ class EditableList extends Component {
|
|||
// Handlers
|
||||
|
||||
_onEditInputBlur = (event, item, idx)=> {
|
||||
return;
|
||||
this._updateItem(event.target.value, item, idx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue