Fix editor_log text copy

This commit is contained in:
ConteZero 2022-04-08 22:13:48 +02:00
parent bf153b82c7
commit ee8fc125bf

View file

@ -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()) {