Skip to content

Commit a0541cf

Browse files
committed
Revert changes to Copy text popups, to let them more consistently copy
1 parent 7f8e9f3 commit a0541cf

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("OnKeyDown", function(_, key)
760+
dialog.editBox:SetScript("OnKeyUp", function(_, key)
761761
if IsControlKeyDown() and key == "C" then
762762
HidePopup();
763763
end

0 commit comments

Comments
 (0)