mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 04:04:04 +08:00
update files
This commit is contained in:
parent
d229bb053c
commit
84a8c4ac15
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user