mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Support custom onMouseDown and onMouseMove event handlers
This commit is contained in:
@@ -15,6 +15,9 @@ module.exports = class Gutter {
|
||||
this.labelFn = options && options.labelFn
|
||||
this.className = options && options.class
|
||||
|
||||
this.onMouseDown = options && options.onMouseDown
|
||||
this.onMouseMove = options && options.onMouseMove
|
||||
|
||||
this.emitter = new Emitter()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user