fix: increase default auto-save timeout to 5 seconds
Related discussion: https://community.vikunja.io/t/task-description-constantly-saving-loosing-content/1350
This commit is contained in:
parent
ac1d374191
commit
f7ba3bd08f
@ -211,7 +211,7 @@ function handleInput(val: string) {
|
|||||||
bubble(1000)
|
bubble(1000)
|
||||||
}
|
}
|
||||||
|
|
||||||
function bubble(timeout = 500) {
|
function bubble(timeout = 5000) {
|
||||||
if (changeTimeout.value !== null) {
|
if (changeTimeout.value !== null) {
|
||||||
clearTimeout(changeTimeout.value)
|
clearTimeout(changeTimeout.value)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user