From 8993258e7428f198fdbdcac04041772fd449abc3 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 8 Apr 2013 12:54:56 -0700 Subject: [PATCH] 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. --- src/app/select-list.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/select-list.coffee b/src/app/select-list.coffee index 9da84cc09..9dbbd077a 100644 --- a/src/app/select-list.coffee +++ b/src/app/select-list.coffee @@ -142,6 +142,7 @@ class SelectList extends View cancelled: -> @miniEditor.setText('') + @miniEditor.updateDisplay() cancel: -> @list.empty()