Skip to content

Commit

Permalink
某些情况下聊天记录右键无法复制的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Dec 23, 2016
1 parent 32df748 commit a96c1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MY_ChatLog/src/MY_ChatLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function MY_ChatLog.OnItemRButtonClick()
}, {
szOption = _L["copy this record"],
fnAction = function()
XGUI.OpenTextEditor(UTF8ToAnsi(this.text))
MY.Chat.CopyChatLine(this:Lookup("Handle_ChatLog_Msg"):Lookup(0), true)
end,
}
}
Expand Down

0 comments on commit a96c1fa

Please sign in to comment.