Merge branch 'dev' into auras-work

This commit is contained in:
Logan Payton
2018-05-17 23:18:28 -04:00
+2 -2
View File
@@ -149,10 +149,10 @@ function B:OpenEditbox()
end
function B:ResetAndClear()
local editbox = self:GetParent().editBox or this
local editbox = this.editBox or this
if editbox then editbox:SetText(SEARCH) end
self:ClearFocus()
editbox:ClearFocus()
B:SearchReset()
end