This commit is contained in:
Corey Johnson
2012-06-05 11:51:46 -07:00
parent e6af7a9515
commit 33053b08b4

View File

@@ -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()