mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
fix: Backwards compatibility for closing context menu
This commit is contained in:
@@ -13,6 +13,9 @@ function Post(fn,...)
|
||||
end
|
||||
|
||||
function Open(position,eles,onSelect,onClose,canClose)
|
||||
if canClose == nil then
|
||||
canClose = true
|
||||
end
|
||||
activeMenu = {
|
||||
position = position,
|
||||
eles = eles,
|
||||
|
||||
Reference in New Issue
Block a user