* Fix TextEditView when 'text' set by default
* Fix TextEditView row vs col * Start skeleton on HorizontalMenuView
This commit is contained in:
@@ -14,7 +14,7 @@ exports.VerticalMenuView = VerticalMenuView;
|
||||
|
||||
function VerticalMenuView(options) {
|
||||
options.cursor = options.cursor || 'hide';
|
||||
options.justify = options.justify || 'right';
|
||||
options.justify = options.justify || 'right'; // :TODO: default to center
|
||||
|
||||
MenuView.call(this, options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user