fix: Backwards compatibility for closing context menu

This commit is contained in:
Tony Stark
2022-12-28 11:18:50 +05:30
committed by GitHub
parent cb8035bfa8
commit d214b902e5
+3
View File
@@ -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,