Skip to content

Commit

Permalink
refactor(web/radial): radial menu back on rmb
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Feb 10, 2023
1 parent ec62398 commit 407cfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/features/menu/radial/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const RadialMenu: React.FC = () => {

return (
<>
<Box className={classes.wrapper}>
<Box className={classes.wrapper} onContextMenu={() => menu.sub && fetchNui('radialBack')}>
<ScaleFade visible={visible}>
<svg width="350px" height="350px" transform="rotate(90)">
{/*Fixed issues with background circle extending the circle when there's less than 3 items*/}
Expand Down

0 comments on commit 407cfd8

Please sign in to comment.