From 75eb0182e92c0302ffb0105b128313dc3cfb2ff8 Mon Sep 17 00:00:00 2001 From: abe33 Date: Fri, 9 May 2014 00:03:40 +0200 Subject: [PATCH] :lipstick: Use skinny arrow instead --- src/editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.coffee b/src/editor.coffee index dffc70aed..9f0e5358c 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -736,7 +736,7 @@ class Editor extends Model containsNewlines = text.indexOf('\n') isnt -1 if metadata?.selections? and metadata.selections.length is @getSelections().length - @mutateSelectedText (selection, index) => + @mutateSelectedText (selection, index) -> text = metadata.selections[index] selection.insertText(text, options)