mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-30 10:04:42 +00:00
Remove cursor reset in __onMouseUp (old fix for firefox). Closes issue #793
This commit is contained in:
parent
751f39cc58
commit
bd60887ef2
1 changed files with 0 additions and 3 deletions
|
|
@ -172,9 +172,6 @@
|
|||
|
||||
this._setCursorFromEvent(e, target);
|
||||
|
||||
// fix for FF
|
||||
this._setCursor('');
|
||||
|
||||
var _this = this;
|
||||
setTimeout(function () {
|
||||
_this._setCursorFromEvent(e, target);
|
||||
|
|
|
|||
Loading…
Reference in a new issue