mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 08:01:24 +00:00
Merge pull request #775 from QB-Extended/main
fix(esx_context): how was this missed
This commit is contained in:
@@ -13,6 +13,7 @@ function Post(fn,...)
|
||||
end
|
||||
|
||||
function Open(position,eles,onSelect,onClose,canClose)
|
||||
local canClose = canClose == nil and true or canClose
|
||||
activeMenu = {
|
||||
position = position,
|
||||
eles = eles,
|
||||
|
||||
Reference in New Issue
Block a user