Pass useHardwareAcceleration property down to CursorComponent instances

This commit is contained in:
Nathan Sobo
2014-07-01 12:33:45 -06:00
parent 0edfbaebeb
commit 18d17b55b5

View File

@@ -21,7 +21,7 @@ CursorsComponent = React.createClass
div {className},
if @isMounted()
for key, pixelRect of cursorPixelRects
CursorComponent({key, pixelRect, scrollTop, scrollLeft, defaultCharWidth})
CursorComponent({key, pixelRect, scrollTop, scrollLeft, defaultCharWidth, useHardwareAcceleration})
getInitialState: ->
blinkOff: false