mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 07:56:02 +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
|
currentRadial = nil
|
||||||
|
|
||||||
|
-- Hide current menu and allow for transition
|
||||||
|
SendNUIMessage({
|
||||||
|
action = 'openRadialMenu',
|
||||||
|
data = false
|
||||||
|
})
|
||||||
|
|
||||||
|
Wait(100)
|
||||||
|
|
||||||
SendNUIMessage({
|
SendNUIMessage({
|
||||||
action = 'openRadialMenu',
|
action = 'openRadialMenu',
|
||||||
data = {
|
data = {
|
||||||
|
|||||||
Reference in New Issue
Block a user