mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Update display when cancelled
This will force the rendered line to be cleared so it doesn't flicker the next time the list is opened.
This commit is contained in:
@@ -142,6 +142,7 @@ class SelectList extends View
|
||||
|
||||
cancelled: ->
|
||||
@miniEditor.setText('')
|
||||
@miniEditor.updateDisplay()
|
||||
|
||||
cancel: ->
|
||||
@list.empty()
|
||||
|
||||
Reference in New Issue
Block a user