mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Request update when cursors move outside of a batch update
This commit is contained in:
@@ -511,6 +511,7 @@ EditorComponent = React.createClass
|
||||
|
||||
onCursorsMoved: ->
|
||||
@cursorsMoved = true
|
||||
@requestUpdate()
|
||||
|
||||
selectToMousePositionUntilMouseUp: (event) ->
|
||||
{editor} = @props
|
||||
|
||||
Reference in New Issue
Block a user