mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-09 18:45:51 +00:00
commit
0abbfda862
@ -4230,8 +4230,8 @@ List.prototype.appendItem = function(item) {
|
|||||||
content: item,
|
content: item,
|
||||||
align: this.align || 'left',
|
align: this.align || 'left',
|
||||||
top: this.itop + this.items.length,
|
top: this.itop + this.items.length,
|
||||||
left: this.ileft + 1,
|
left: this.ileft,
|
||||||
right: this.iright + 1,
|
right: this.iright,
|
||||||
tags: this.parseTags,
|
tags: this.parseTags,
|
||||||
height: 1,
|
height: 1,
|
||||||
hoverEffects: this.mouse ? this.style.item.hover : null,
|
hoverEffects: this.mouse ? this.style.item.hover : null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user