fix: Changed it to the same as the main so now issues in merge

This commit is contained in:
Tony Stark
2022-12-28 11:32:33 +05:30
committed by GitHub
parent d214b902e5
commit 19f0365b57
+1 -3
View File
@@ -13,9 +13,7 @@ function Post(fn,...)
end
function Open(position,eles,onSelect,onClose,canClose)
if canClose == nil then
canClose = true
end
local canClose = canClose == nil and true or canClose
activeMenu = {
position = position,
eles = eles,