mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Render cursor's with a raw call
This commit is contained in:
@@ -3,7 +3,7 @@ Template = require 'template'
|
||||
module.exports =
|
||||
class Cursor extends Template
|
||||
content: ->
|
||||
@pre class: 'cursor', style: 'position: absolute;', ' '
|
||||
@pre class: 'cursor', style: 'position: absolute;', => @raw ' '
|
||||
|
||||
viewProperties:
|
||||
setPosition: (@_position) ->
|
||||
|
||||
Reference in New Issue
Block a user