From e70eaa31d5304b09c0f07461b37dbd1b9a2d8c69 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilev Date: Wed, 28 Feb 2024 00:55:03 +0800 Subject: [PATCH] fix bug with clear_io_trace --- src/editor/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/ui.js b/src/editor/ui.js index fca7252..e28833f 100644 --- a/src/editor/ui.js +++ b/src/editor/ui.js @@ -157,7 +157,7 @@ export class UI { } if(e.key == 'F6'){ - exec('clear_io_trace') + this.clear_io_trace() } if(e.key == 'F7'){