提交 7d1c2cc3 编写于 作者: B Benjamin Pasero

Viewlet progress bar is broken (fixes #26365)

上级 39677057
......@@ -217,10 +217,10 @@ export class ProgressBar {
}
protected applyStyles(): void {
if (this.element) {
if (this.bit) {
const background = this.progressBarBackground ? this.progressBarBackground.toString() : null;
this.element.style('background-color', background);
this.bit.style.backgroundColor = background;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册