mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-07 05:05:26 +02:00
* Minor tweak to quoting
* Notes / TODO items
This commit is contained in:
parent
cee7983c5a
commit
a320a05c99
2 changed files with 6 additions and 2 deletions
|
@ -1059,7 +1059,7 @@ MultiLineEditTextView.prototype.setFocus = function(focused) {
|
|||
MultiLineEditTextView.prototype.setText = function(text) {
|
||||
//text = require('fs').readFileSync('/home/nuskooler/Downloads/test_text.txt', { encoding : 'utf-8'});
|
||||
|
||||
this.textLines = [ ];
|
||||
//this.textLines = [ ];
|
||||
this.insertRawText(text);
|
||||
|
||||
if(this.isEditMode()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue