mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 21:30:39 +00:00
update seafile-editor version
This commit is contained in:
@@ -72,7 +72,7 @@ class ButtonItem extends React.Component {
|
||||
|
||||
onMouseDown = (event) => {
|
||||
if (!this.props.disabled) {
|
||||
this.props.onMouseDown(event);
|
||||
this.props.onMouseDown && this.props.onMouseDown(event);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user