mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update LibItemSearch
This commit is contained in:
@@ -24,11 +24,11 @@ function Lib:Matches(link, search)
|
||||
end
|
||||
|
||||
function Lib:Tooltip(link, search)
|
||||
return link and match(self.Filters.tip, link, nil, search)
|
||||
return link and self.Filters.tip:match(link, nil, search)
|
||||
end
|
||||
|
||||
function Lib:TooltipPhrase(link, search)
|
||||
return link and match(self.Filters.tipPhrases, link, nil, search)
|
||||
return link and self.Filters.tipPhrases:match(link, nil, search)
|
||||
end
|
||||
|
||||
--[[ Basics ]]--
|
||||
|
||||
Reference in New Issue
Block a user