mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
💄
This commit is contained in:
parent
be8120e8c6
commit
2c763a4d48
@ -13,10 +13,10 @@ class CursorView extends View
|
||||
hidden: false
|
||||
|
||||
initialize: (@cursor, @editor) ->
|
||||
@cursor.on 'change-screen-position.cursor-view', (position, { bufferChange }) =>
|
||||
@cursor.on 'change-screen-position.cursor-view', (screenPosition, { bufferChange }) =>
|
||||
@updateAppearance()
|
||||
@removeIdleClassTemporarily() unless bufferChange
|
||||
@trigger 'cursor-move', bufferChange: bufferChange
|
||||
@trigger 'cursor-move', {bufferChange}
|
||||
|
||||
@cursor.on 'destroy.cursor-view', => @remove()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user