mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-19 17:17:33 +08:00
update files
This commit is contained in:
@@ -105,7 +105,7 @@ CanvasXTerm.prototype = {
|
||||
|
||||
if (node.value) {
|
||||
if (node.attr !== attrCache) {
|
||||
x = drawLine(brush, text, x, this.getStyles(stylesCache));
|
||||
x = drawLine(brush, text, x, stylesCache);
|
||||
|
||||
reset();
|
||||
}
|
||||
@@ -115,7 +115,7 @@ CanvasXTerm.prototype = {
|
||||
}
|
||||
|
||||
if (text) {
|
||||
drawLine(brush, text, x, this.getStyles(stylesCache));
|
||||
drawLine(brush, text, x, stylesCache);
|
||||
}
|
||||
|
||||
this.brush.drawImage(canvas, 0, y, canvas.width, canvas.height);
|
||||
|
Reference in New Issue
Block a user