* Some notes

* Placeholder menu editor module
This commit is contained in:
Bryan Ashby 2015-06-24 22:45:21 -06:00
parent 521710e6ec
commit 30b98e9e3b
4 changed files with 29 additions and 1 deletions

View file

@ -802,6 +802,7 @@ function MultiLineEditTextView2(options) {
//
// :TODO: apply word wrapping such that text can be re-adjusted if it can now fit on prev
self.keyPressLeft(); // same as hitting left - jump to previous line
self.keyPressBackspace();
}
};