Skip to content

Commit 7f8e9f3

Browse files
committed
minor cleanup
1 parent ce7d618 commit 7f8e9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TalentTreeViewer/TalentViewerUIMixin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ do
757757
end
758758
dialog.editBox:SetScript("OnEscapePressed", HidePopup);
759759
dialog.editBox:SetScript("OnEnterPressed", HidePopup);
760-
dialog.editBox:SetScript("OnKeyUp", function(_, key)
760+
dialog.editBox:SetScript("OnKeyDown", function(_, key)
761761
if IsControlKeyDown() and key == "C" then
762762
HidePopup();
763763
end

0 commit comments

Comments
 (0)