mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
fix(esx_menu_dialog): missing params
This commit is contained in:
@@ -31,7 +31,7 @@ local function closeMenu(namespace, name)
|
||||
})
|
||||
|
||||
if not next(OpenedMenus) then
|
||||
SetNuiFocus(false)
|
||||
SetNuiFocus(false, false)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user