From 44fa066722f4bb3143a30d3fc76c7e67f3739b7c Mon Sep 17 00:00:00 2001 From: Roman M Date: Tue, 25 Jun 2024 12:11:38 +0200 Subject: [PATCH] Fix monaco repeating rerenders --- .../QueryEditor/components/QueryTextEditor/SQLCodeEditor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/QueryEditor/components/QueryTextEditor/SQLCodeEditor.tsx b/src/views/QueryEditor/components/QueryTextEditor/SQLCodeEditor.tsx index 9cb29b943..4b550fe56 100644 --- a/src/views/QueryEditor/components/QueryTextEditor/SQLCodeEditor.tsx +++ b/src/views/QueryEditor/components/QueryTextEditor/SQLCodeEditor.tsx @@ -49,8 +49,8 @@ export const SQLCodeEditor = ({ return (
setInitialized(true)}