refactor(web/radial): radial menu back on rmb

This commit is contained in:
Luke
2023-02-10 18:10:43 +01:00
parent ec62398e55
commit 407cfd8eb2

View File

@@ -76,7 +76,7 @@ const RadialMenu: React.FC = () => {
return ( return (
<> <>
<Box className={classes.wrapper}> <Box className={classes.wrapper} onContextMenu={() => menu.sub && fetchNui('radialBack')}>
<ScaleFade visible={visible}> <ScaleFade visible={visible}>
<svg width="350px" height="350px" transform="rotate(90)"> <svg width="350px" height="350px" transform="rotate(90)">
{/*Fixed issues with background circle extending the circle when there's less than 3 items*/} {/*Fixed issues with background circle extending the circle when there's less than 3 items*/}