small adjustments and bug fixes
This commit is contained in:
@@ -1676,6 +1676,11 @@ function Details.ShowCopyValueFrame(textToShow)
|
||||
frame.editBox:ClearFocus()
|
||||
frame:Hide()
|
||||
end)
|
||||
|
||||
frame.editBox:SetScript("OnChar", function()
|
||||
frame.editBox:ClearFocus()
|
||||
frame:Hide()
|
||||
end)
|
||||
end
|
||||
|
||||
DetailsCopyValueFrame:Show()
|
||||
|
||||
Reference in New Issue
Block a user