mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(web/radial): radial menu back on rmb
This commit is contained in:
@@ -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*/}
|
||||||
|
|||||||
Reference in New Issue
Block a user