Skip to content

Commit

Permalink
Merge pull request #39825 from nextcloud/fix/debounce-account-properties
Browse files Browse the repository at this point in the history
Increase debounce delay when saving account properties
  • Loading branch information
susnux authored Jun 20, 2024
2 parents 9c4b959 + 620b6b9 commit ef7b753
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default {
}
}
}
}, 500),
}, 1000),
async deleteEmail() {
if (this.primary) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default {
return
}
await this.updateProperty(value)
}, 500)
}, 1000)
},
},
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-info.js.map

Large diffs are not rendered by default.

0 comments on commit ef7b753

Please sign in to comment.