mirror of
https://github.com/atom/atom.git
synced 2026-02-10 14:45:11 -05:00
💄
This commit is contained in:
@@ -54,7 +54,7 @@ class Autocomplete extends View
|
||||
@cancel()
|
||||
|
||||
@miniEditor.buffer.on 'change', (e) =>
|
||||
@filterMatches() if @parent()[0]
|
||||
@filterMatches() if @hasParent()
|
||||
|
||||
@miniEditor.preempt 'move-up', =>
|
||||
@selectPreviousMatch()
|
||||
|
||||
Reference in New Issue
Block a user