mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
Merge branch 'dev' into auras-work
This commit is contained in:
@@ -149,10 +149,10 @@ function B:OpenEditbox()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function B:ResetAndClear()
|
function B:ResetAndClear()
|
||||||
local editbox = self:GetParent().editBox or this
|
local editbox = this.editBox or this
|
||||||
if editbox then editbox:SetText(SEARCH) end
|
if editbox then editbox:SetText(SEARCH) end
|
||||||
|
|
||||||
self:ClearFocus()
|
editbox:ClearFocus()
|
||||||
B:SearchReset()
|
B:SearchReset()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user