fix(interface/context): set openContextMenu to nil when closing a menu

This commit is contained in:
Luke
2022-05-30 16:34:13 +02:00
parent 962e735d6f
commit f6c1871e54

View File

@@ -51,4 +51,5 @@ end)
RegisterNUICallback('closeContext', function(_, cb)
cb(1)
SetNuiFocus(false, false)
openContextMenu = nil
end)