mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update RegisterForClicks
This commit is contained in:
@@ -180,7 +180,7 @@ function UF:UnshowChildUnits(header, ...)
|
||||
|
||||
for i = 1, arg.n do
|
||||
local frame = arg[i]
|
||||
frame:RegisterForClicks(self.db.targetOnMouseDown and "AnyDown" or "AnyUp")
|
||||
frame:RegisterForClicks(self.db.targetOnMouseDown and "LeftButtonDown" or "RightButtonDown" or "LeftButtonUp" or "RightButtonUp")
|
||||
self:UnforceShow(frame)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user