mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 12:08:21 +02:00
* User stuff converted to use Async.js. More to come
This commit is contained in:
parent
668fdd9166
commit
46875ccddd
3 changed files with 223 additions and 57 deletions
|
@ -29,6 +29,8 @@ EditTextView.prototype.onKeyPress = function(key, isSpecial) {
|
|||
|
||||
assert(1 === key.length);
|
||||
|
||||
console.log('key: ' + key);
|
||||
|
||||
if(this.text.length < this.options.maxLength) {
|
||||
key = strUtil.stylizeString(key, this.textStyle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue