mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
Mention single click
This commit is contained in:
parent
5069a5b48b
commit
d6feb686c1
@ -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])
|
||||||
|
Loading…
Reference in New Issue
Block a user