Fix editor_log text copy
This commit is contained in:
parent
bf153b82c7
commit
ee8fc125bf
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ void EditorLog::_copy_request() {
|
|||
String text = log->get_selected_text();
|
||||
|
||||
if (text.is_empty()) {
|
||||
text = log->get_text();
|
||||
text = log->get_parsed_text();
|
||||
}
|
||||
|
||||
if (!text.is_empty()) {
|
||||
|
|
Loading…
Reference in a new issue