mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove unneccessary call to stopPropagation()
Signed-off-by: ndrscodes <ndrscodes@gmail.com>
This commit is contained in:
parent
0d134ed5cb
commit
1f68b4a51b
@ -56,7 +56,6 @@ export class EditableList<T> extends React.Component<Props<T>> {
|
|||||||
if (val) {
|
if (val) {
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
this.props.add(val);
|
this.props.add(val);
|
||||||
evt.stopPropagation();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user