mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 22:54:37 +02:00
* Trying to figure out environment issue...
This commit is contained in:
parent
06648403cc
commit
a57f4aadcc
3 changed files with 39 additions and 18 deletions
|
@ -103,6 +103,7 @@ function MultiLineEditTextView(options) {
|
|||
|
||||
this.textLines = [];
|
||||
this.topVisibleIndex = 0;
|
||||
this.mode = options.mode || 'edit'; // edit | preview
|
||||
|
||||
//
|
||||
// cursorPos represents zero-based row, col positions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue