Fix drawing issue
This commit is contained in:
parent
9db60c65f5
commit
e6cceeee3a
|
@ -100,7 +100,7 @@ function VerticalMenuView(options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
text = `${sgr}${strUtil.pad(
|
text = `${sgr}${strUtil.pad(
|
||||||
text,
|
`${text}${this.styleSGR1}`,
|
||||||
this.dimens.width,
|
this.dimens.width,
|
||||||
this.fillChar,
|
this.fillChar,
|
||||||
this.justify
|
this.justify
|
||||||
|
|
Loading…
Reference in New Issue