mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Merge pull request #70 from princepride/bugfix/components-can't-be-clicked-when-zoom-out
Bugfix/components can't be clicked when zoom out
This commit is contained in:
@@ -70,7 +70,7 @@ const MainLayout = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
dispatch({ type: SET_MENU, opened: !matchDownMd })
|
setTimeout(() => dispatch({ type: SET_MENU, opened: !matchDownMd }), 0)
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
}, [matchDownMd])
|
}, [matchDownMd])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user