Merge pull request #60040 from ConteZero/editor_log_copy
This commit is contained in:
commit
4f0a379b25
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ void EditorLog::_copy_request() {
|
||||||
String text = log->get_selected_text();
|
String text = log->get_selected_text();
|
||||||
|
|
||||||
if (text.is_empty()) {
|
if (text.is_empty()) {
|
||||||
text = log->get_text();
|
text = log->get_parsed_text();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!text.is_empty()) {
|
if (!text.is_empty()) {
|
||||||
|
|
Loading…
Reference in a new issue