mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Avoid capturing this when handling dragging
This commit is contained in:
@@ -563,7 +563,7 @@ class TextEditorComponent
|
||||
@sampleBackgroundColors()
|
||||
@remeasureCharacterWidths()
|
||||
|
||||
handleDragUntilMouseUp: (dragHandler) =>
|
||||
handleDragUntilMouseUp: (dragHandler) ->
|
||||
dragging = false
|
||||
lastMousePosition = {}
|
||||
animationLoop = =>
|
||||
|
||||
Reference in New Issue
Block a user