From 0b24df2b7fc7e2d386dd45ddec4280b4eaaab046 Mon Sep 17 00:00:00 2001 From: seven Date: Wed, 8 Jan 2025 00:42:28 +0800 Subject: [PATCH] feat: restore display before show the new response (#153) feat: restore display before show the new response when trigger a new action, restore the display editor before sending the request, then displays the response, improves the action reactions that user can notice the displays content has updated Refs: #150 --------- Signed-off-by: seven --- src/views/editor/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/editor/index.vue b/src/views/editor/index.vue index 9617bf06..0b86ef30 100644 --- a/src/views/editor/index.vue +++ b/src/views/editor/index.vue @@ -152,6 +152,7 @@ const executeQueryAction = async (position: { column: number; lineNumber: number } try { + displayJsonEditor(''); if (!established.value) { message.error(lang.t('editor.establishedRequired'), { closable: true,