We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a9fe4 commit 96d8ba5Copy full SHA for 96d8ba5
frontend/src/app/pages/MainPage/pages/VizPage/index.tsx
@@ -43,6 +43,9 @@ export function VizPage() {
43
const handleSliderVisible = useCallback(
44
(status: boolean) => {
45
setSliderVisible(status);
46
+ setTimeout(() => {
47
+ dispatchResize();
48
+ }, 300);
49
},
50
[setSliderVisible],
51
);
0 commit comments