From 616a47d9dcd136fa60da61c2ada514ef8708fad1 Mon Sep 17 00:00:00 2001 From: Danny Greg & Nathan Sobo Date: Thu, 19 Jan 2012 17:03:17 -0800 Subject: [PATCH] Render cursor's   with a raw call --- src/atom/cursor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom/cursor.coffee b/src/atom/cursor.coffee index 347a09757..e8835caaa 100644 --- a/src/atom/cursor.coffee +++ b/src/atom/cursor.coffee @@ -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) ->