Skip to content

Commit

Permalink
fix(web/radial): fix transition not showing for global radial menu
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Feb 23, 2023
1 parent f560961 commit e9c2e24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resource/interface/client/radial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ RegisterNUICallback('radialBack', function(_, cb)

currentRadial = nil

-- Hide current menu and allow for transition
SendNUIMessage({
action = 'openRadialMenu',
data = false
})

Wait(100)

SendNUIMessage({
action = 'openRadialMenu',
data = {
Expand Down

0 comments on commit e9c2e24

Please sign in to comment.