Skip to content

Commit

Permalink
fix: Increase debounce delay when saving account properties
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
Pytal authored and susnux committed Jun 20, 2024
1 parent 9c4b959 commit 620b6b9
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 620b6b9

Please sign in to comment.