diff --git a/src/App.svelte b/src/App.svelte index 307319c..c5f3329 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -389,6 +389,7 @@ function clearData() { config = []; + buf = []; } //navigation===========================================================================================