mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
💄
This commit is contained in:
@@ -45,18 +45,15 @@ class AutocompleteView extends SelectList
|
||||
|
||||
selectItem: (item) ->
|
||||
super
|
||||
|
||||
match = @getSelectedElement()
|
||||
@replaceSelectedTextWithMatch(match) if match
|
||||
|
||||
selectNextItem: ->
|
||||
super
|
||||
|
||||
false
|
||||
|
||||
selectPreviousItem: ->
|
||||
super
|
||||
|
||||
false
|
||||
|
||||
buildWordList: ->
|
||||
|
||||
Reference in New Issue
Block a user