diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index 6affdf96e..f428eb5cf 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -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) }