diff --git a/src/components/Home.tsx b/src/components/Home.tsx index 3d22475..3fb36ea 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -593,7 +593,7 @@ export const Home: React.FC<{ canEdit: boolean }> = ({ canEdit }) => { touchAction: "none", }} > - {navActiveKey && ( + {isNavDraggingState && navActiveKey && (