1
0
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:
杨顺强
2024-07-11 11:03:46 +08:00
parent 4d3f8a6df5
commit 938377e87c
3 changed files with 9 additions and 9 deletions

View File

@@ -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);
}
};