Inherit background color so line tiles get a solid background

This commit is contained in:
Nathan Sobo
2017-03-10 10:21:39 -07:00
committed by Antonio Scandurra
parent c410309827
commit 4ef2119ef8

View File

@@ -229,7 +229,8 @@ class TextEditorComponent {
let children
let style = {
contain: 'strict',
overflow: 'hidden'
overflow: 'hidden',
backgroundColor: 'inherit'
}
if (this.measurements) {
const contentWidth = this.getContentWidth()