mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 03:58:17 +02:00
* Not much
This commit is contained in:
parent
c8c7566fd3
commit
40f38d8682
2 changed files with 11 additions and 7 deletions
|
@ -53,5 +53,5 @@ MultiLineEditTextView2.prototype.redraw = function() {
|
|||
|
||||
MultiLineEditTextView2.prototype.setText = function(text) {
|
||||
this.textBuffer.insertText(0, text);
|
||||
console.log(this.textBuffer.getArray());
|
||||
console.log(this.textBuffer.getArray())
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue