Move CharMeasure element to the helper container

Fixes #470
This commit is contained in:
Daniel Imms
2017-01-12 10:47:57 -08:00
parent fc528f6c0c
commit 0f5f34e8f5
+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();
});