Respond to PR Review
parent
d6ea248da0
commit
92e401b95f
|
@ -106,9 +106,7 @@ class FieldListItem extends PureComponent<Props, State> {
|
|||
}
|
||||
|
||||
private toggleFunctionsMenu = (e: MouseEvent<HTMLElement>) => {
|
||||
if (e) {
|
||||
e.stopPropagation()
|
||||
}
|
||||
e.stopPropagation()
|
||||
const {isDisabled} = this.props
|
||||
if (isDisabled) {
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue