bugfix
This commit is contained in:
@@ -641,7 +641,7 @@ local methods = {
|
||||
elseif IsShiftKeyDown() and ChatFrameEditBox:IsVisible() then
|
||||
ChatFrameEditBox:Insert(this.row.data.record.link)
|
||||
elseif not modified and button == 'RightButton' then -- TODO not when alt (how?)
|
||||
tab = 1
|
||||
aux.tab = 1
|
||||
aux_search_tab.set_filter(strlower(info.item(this.row.data.record.item_id).name) .. '/exact')
|
||||
aux_search_tab.execute(nil, false)
|
||||
else
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ function public.create()
|
||||
if arg1 == 'LeftButton' then
|
||||
set_item(this.item_record)
|
||||
elseif arg1 == 'RightButton' then
|
||||
tab = 1
|
||||
aux.tab = 1
|
||||
search_tab.set_filter(strlower(aux_info.item(this.item_record.item_id).name) .. '/exact')
|
||||
search_tab.execute(nil, false)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user