Skip to content

Commit 7aff7ff

Browse files
authored
Fix Mastery tooltip bug when pressing escape while hovering an option (#9519)
1 parent 9c5636d commit 7aff7ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/TreeTab.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ function TreeTabClass:OpenMasteryPopup(node, viewPort)
10191019
main:ClosePopup()
10201020
end)
10211021
controls.effect = new("PassiveMasteryControl", {"TOPLEFT",nil,"TOPLEFT"}, {6, 25, 0, passiveMasteryControlHeight}, effects, self, node, controls.save)
1022-
main:OpenPopup(controls.effect.width + 12, controls.effect.height + 60, node.name, controls)
1022+
main:OpenPopup(controls.effect.width + 12, controls.effect.height + 60, node.name, controls, nil, nil, "close")
10231023
end
10241024
end
10251025

0 commit comments

Comments
 (0)