mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(web/radial): fix transition not showing for global radial menu
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user