From eb9b0bd4d3f2e9e1dc63c26624b9b86aab5f708b Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Sat, 25 Dec 2021 02:41:01 +0100 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B1=D0=B0=D0=B3=20=D1=81=D0=BE=20=D1=81=D0=B1=D1=80?= =?UTF-8?q?=D0=BE=D1=81=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.svelte | 1 + 1 file changed, 1 insertion(+) 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===========================================================================================