mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-24 23:19:51 +03:00
prettier write
This commit is contained in:
parent
4ceae08fc5
commit
afd5bc53a0
|
@ -228,7 +228,7 @@ class ActionPreview<S, A extends Action<string>> extends Component<
|
||||||
},
|
},
|
||||||
color: theme.PIN_COLOR,
|
color: theme.PIN_COLOR,
|
||||||
})}
|
})}
|
||||||
onClick={event => {
|
onClick={(event) => {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
this.copyToClipboard();
|
this.copyToClipboard();
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user