Merge pull request #471 from Tyriar/470_CharMeasure_in_helper

Move CharMeasure element to the helper container
This commit is contained in:
Daniel Imms
2017-01-13 07:08:45 -08:00
committed by GitHub
+1 -1
View File
@@ -614,7 +614,7 @@ Terminal.prototype.open = function(parent) {
}
this.parent.appendChild(this.element);
this.charMeasure = new CharMeasure(this.rowContainer);
this.charMeasure = new CharMeasure(this.helperContainer);
this.charMeasure.on('charsizechanged', function () {
self.updateCharSizeCSS();
});