mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Pass useHardwareAcceleration property down to CursorComponent instances
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user