Skip to content

Commit a96c1fa

Browse files
committed
某些情况下聊天记录右键无法复制的问题
1 parent 32df748 commit a96c1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MY_ChatLog/src/MY_ChatLog.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ function MY_ChatLog.OnItemRButtonClick()
341341
}, {
342342
szOption = _L["copy this record"],
343343
fnAction = function()
344-
XGUI.OpenTextEditor(UTF8ToAnsi(this.text))
344+
MY.Chat.CopyChatLine(this:Lookup("Handle_ChatLog_Msg"):Lookup(0), true)
345345
end,
346346
}
347347
}

0 commit comments

Comments
 (0)