From 6af405c69f8777de1307b57cb3a1e87535f15840 Mon Sep 17 00:00:00 2001 From: hange Date: Sat, 7 Sep 2024 16:18:24 +0800 Subject: [PATCH] fix: issues/2312, Chart Update event already depends on the isLoadingData parameter, so there's no need for the resize event to also depend on the isLoadingData parameter. --- .../ChartIFrameContainer/ChartIFrameLifecycleAdapter.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/components/ChartIFrameContainer/ChartIFrameLifecycleAdapter.tsx b/frontend/src/app/components/ChartIFrameContainer/ChartIFrameLifecycleAdapter.tsx index 649b6042c..584de407f 100644 --- a/frontend/src/app/components/ChartIFrameContainer/ChartIFrameLifecycleAdapter.tsx +++ b/frontend/src/app/components/ChartIFrameContainer/ChartIFrameLifecycleAdapter.tsx @@ -180,7 +180,6 @@ const ChartIFrameLifecycleAdapter: FC<{ window, isShown, containerStatus, - isLoadingData, ]); /**