diff --git a/Breakables.lua b/Breakables.lua index c71b785..eade2ce 100644 --- a/Breakables.lua +++ b/Breakables.lua @@ -1106,7 +1106,7 @@ function Breakables:FindBreakables(bag) btn:SetWidth(buttonSize) btn:SetHeight(buttonSize) btn:EnableMouse(true) - btn:RegisterForClicks("LeftButtonUp", "LeftButtonDown") + btn:RegisterForClicks("AnyUp", "AnyDown") btn:SetAttribute("type1", "spell") diff --git a/changelog.txt b/changelog.txt index 5a5efde..caf658d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v1.9.1: + +- Fix right-click ignore functionality after the upgrade to 10.0. + v1.9.0: - Handle gaining and losing a Breakable skill without requiring a UI reload