mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-09 14:24:44 +00:00
Remove diff tool change.
This commit is contained in:
parent
5445f52db3
commit
d40509d688
1 changed files with 0 additions and 13 deletions
|
|
@ -527,19 +527,6 @@
|
|||
target && target.fire('mousemove', { e: e });
|
||||
},
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
=======
|
||||
/**
|
||||
* Method that defines actions when a wheel event is detected.
|
||||
*
|
||||
* @param e Event object by Event.js
|
||||
* @param self Event proxy object by Event.js
|
||||
*/
|
||||
__onMouseWheel: function(e, self) {
|
||||
this.fire('mouse:wheel', {e: e, self: self});
|
||||
},
|
||||
|
||||
>>>>>>> Stashed changes
|
||||
/**
|
||||
* Sets the cursor depending on where the canvas is being hovered.
|
||||
* Note: very buggy in Opera
|
||||
|
|
|
|||
Loading…
Reference in a new issue