fix: increase default auto-save timeout to 5 seconds
continuous-integration/drone/push Build is failing Details

Related discussion: https://community.vikunja.io/t/task-description-constantly-saving-loosing-content/1350
This commit is contained in:
kolaente 2023-05-30 12:19:14 +02:00
parent ac1d374191
commit f7ba3bd08f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ function handleInput(val: string) {
bubble(1000)
}
function bubble(timeout = 500) {
function bubble(timeout = 5000) {
if (changeTimeout.value !== null) {
clearTimeout(changeTimeout.value)
}