mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Minor clean up
This commit is contained in:
@@ -369,7 +369,7 @@ export abstract class BaseRenderLayer extends Disposable implements IRenderLayer
|
||||
const chars = cell.getChars();
|
||||
this._cellColorResolver.resolve(cell, x, this._bufferService.buffer.ydisp + y);
|
||||
|
||||
if (this._charAtlas === undefined || this._charAtlas === null) {
|
||||
if (!this._charAtlas) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user