Mention single click

This commit is contained in:
Kevin Sawicki 2014-10-16 17:17:33 -07:00
parent 5069a5b48b
commit d6feb686c1

View File

@ -1230,7 +1230,7 @@ describe "TextEditorComponent", ->
beforeEach -> beforeEach ->
linesNode = componentNode.querySelector('.lines') 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", -> it "moves the cursor to the end of file buffer position", ->
editor.setText('foo') editor.setText('foo')
editor.setCursorBufferPosition([0, 0]) editor.setCursorBufferPosition([0, 0])