From e4155cb04b5d012a58f59a43a00153d2b6392e46 Mon Sep 17 00:00:00 2001 From: Petr Hanak Date: Wed, 17 Apr 2024 19:16:02 +0100 Subject: [PATCH] remove unnecessary scroll to blocker --- .../Main/containers/StatementEditorBox/StatementEditorBox.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/client/src/pages/Main/containers/StatementEditorBox/StatementEditorBox.tsx b/packages/client/src/pages/Main/containers/StatementEditorBox/StatementEditorBox.tsx index b8f6d11ff..d904e2865 100644 --- a/packages/client/src/pages/Main/containers/StatementEditorBox/StatementEditorBox.tsx +++ b/packages/client/src/pages/Main/containers/StatementEditorBox/StatementEditorBox.tsx @@ -53,7 +53,6 @@ export const StatementEditorBox: React.FC = () => { if (selectedDetailId === statementId) { queryClient.invalidateQueries({ queryKey: ["entity"] }); } - dispatch(setDisableStatementListScroll(true)); queryClient.invalidateQueries({ queryKey: ["statement"] }); queryClient.invalidateQueries({ queryKey: ["territory"] }); if (variables.label !== undefined) {