From 78fab3da98da8b4c7f82e426a9fe4b2d62fe56d9 Mon Sep 17 00:00:00 2001 From: Roman Misyurin Date: Fri, 22 Mar 2024 09:47:19 +0100 Subject: [PATCH] Run query on lost focus --- src/views/QueryEditor/QueryEditor.tsx | 2 +- .../QueryEditor/components/QueryTextEditor/SQLCodeEditor.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/QueryEditor/QueryEditor.tsx b/src/views/QueryEditor/QueryEditor.tsx index bf78415f3..1fa6045d5 100644 --- a/src/views/QueryEditor/QueryEditor.tsx +++ b/src/views/QueryEditor/QueryEditor.tsx @@ -69,7 +69,7 @@ export function QueryEditor(props: QueryEditorProps +
);