mirror of
https://github.com/atom/atom.git
synced 2026-02-16 17:45:24 -05:00
mousedown !== mousemove
This commit is contained in:
@@ -3376,7 +3376,7 @@ class LineNumberGutterComponent {
|
||||
didMouseMove (event) {
|
||||
if (this.props.onMouseMove != null) {
|
||||
const {bufferRowStr, screenRowStr} = event.target.dataset
|
||||
this.props.onMouseDown({
|
||||
this.props.onMouseMove({
|
||||
bufferRow: parseInt(bufferRowStr, 10),
|
||||
screenRow: parseInt(screenRowStr, 10),
|
||||
domEvent: event
|
||||
|
||||
Reference in New Issue
Block a user