1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

update txt saving mechanism to mobile client

This commit is contained in:
LeoSirius
2019-04-22 11:04:08 +08:00
parent dc81840916
commit e8185211f3
2 changed files with 24 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ class ViewFileText extends React.Component {
this.state.content
).then(() => {
toaster.success(gettext('Successfully saved'), {
duration: 3
duration: 2
});
this.setState({
isSaving: false,