mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
fix code format (#6365)
This commit is contained in:
@@ -19,11 +19,11 @@ class WikiDirListItem extends React.Component {
|
||||
}
|
||||
|
||||
onMouseEnter = () => {
|
||||
this.setState({highlight: true});
|
||||
this.setState({ highlight: true });
|
||||
};
|
||||
|
||||
onMouseLeave = () => {
|
||||
this.setState({highlight: false});
|
||||
this.setState({ highlight: false });
|
||||
};
|
||||
|
||||
onContextMenu = (event) => {
|
||||
|
Reference in New Issue
Block a user