[Glitch] refactor: Disable useDrag hook when main menu is not openable
Port a842b14c845e34b42afcb54b31e3a2d32ab25b7f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
696ad9d414
commit
40de31ddad
@ -466,6 +466,7 @@ export const CollapsibleNavigationPanel: React.FC = () => {
|
|||||||
filterTaps: true,
|
filterTaps: true,
|
||||||
bounds: isLtrDir ? { left: 0 } : { right: 0 },
|
bounds: isLtrDir ? { left: 0 } : { right: 0 },
|
||||||
rubberband: true,
|
rubberband: true,
|
||||||
|
enabled: openable,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user