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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user