From d6feb686c15de9de211c8d654d1780e3e4b5019a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 16 Oct 2014 17:17:33 -0700 Subject: [PATCH] Mention single click --- spec/text-editor-component-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/text-editor-component-spec.coffee b/spec/text-editor-component-spec.coffee index 2b212b6c9..ac176c66d 100644 --- a/spec/text-editor-component-spec.coffee +++ b/spec/text-editor-component-spec.coffee @@ -1230,7 +1230,7 @@ describe "TextEditorComponent", -> beforeEach -> linesNode = componentNode.querySelector('.lines') - describe "when the mouse is clicked below the last line", -> + describe "when the mouse is single-clicked below the last line", -> it "moves the cursor to the end of file buffer position", -> editor.setText('foo') editor.setCursorBufferPosition([0, 0])