mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
💄 Use skinny arrow instead
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user