mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
make debug log autoscroll when you add new content to it
This commit is contained in:
parent
9b11c7cc9c
commit
f8bae60361
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
function fromScript(message) {
|
||||
textArea.text += message + "\n";
|
||||
textArea.append(message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue