Skip to content

Commit

Permalink
Increase debounce delay when saving account properties
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
Pytal authored and nextcloud-command committed Aug 11, 2023
1 parent 6cdad2d commit 9997ed6
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 @@ -246,7 +246,7 @@ export default {
}
}
}
}, 500),
}, 1000),
async deleteEmail() {
if (this.primary) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default {
return
}
await this.updateProperty(value)
}, 500),
}, 1000),
async updateProperty(value) {
try {
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 9997ed6

Please sign in to comment.