Fix clicking fold placeholders by ignoring pointer events on cursors div

This commit is contained in:
Nathan Sobo
2017-04-15 12:30:17 -06:00
committed by Antonio Scandurra
parent 336aa0f521
commit 87eb16f5ed

View File

@@ -633,7 +633,8 @@ class TextEditorComponent {
contain: 'strict',
zIndex: 1,
width: this.getScrollWidth() + 'px',
height: this.getScrollHeight() + 'px'
height: this.getScrollHeight() + 'px',
pointerEvents: 'none'
}
}, children)
}