Merge pull request #775 from QB-Extended/main

fix(esx_context): how was this missed
This commit is contained in:
Benzo
2022-12-28 00:02:17 +01:00
committed by GitHub
+1
View File
@@ -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,