mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-20 11:21:51 +00:00
Build distribution again
This commit is contained in:
parent
1335cf6932
commit
64a09c6f7d
4 changed files with 16 additions and 12 deletions
10
dist/fabric.js
vendored
10
dist/fabric.js
vendored
|
|
@ -6098,11 +6098,12 @@ fabric.Pattern = fabric.util.createClass(/** @lends fabric.Pattern.prototype */
|
|||
activeGroup.forEachObject(function(o) {
|
||||
o.set('active', true);
|
||||
});
|
||||
|
||||
if (this._currentTransform) {
|
||||
this._currentTransform.target = this.getActiveGroup();
|
||||
}
|
||||
}
|
||||
|
||||
if (this._currentTransform) {
|
||||
this._currentTransform.target = this.getActiveGroup();
|
||||
}
|
||||
|
||||
return data;
|
||||
},
|
||||
|
|
@ -8612,8 +8613,9 @@ fabric.PatternBrush = fabric.util.createClass(fabric.PencilBrush, /** @lends fab
|
|||
if (e.type === 'touchend') {
|
||||
// Wait 400ms before rebinding mousedown to prevent double triggers
|
||||
// from touch devices
|
||||
var _this = this;
|
||||
setTimeout(function() {
|
||||
addListener(this.upperCanvasEl, 'mousedown', this._onMouseDown);
|
||||
addListener(_this.upperCanvasEl, 'mousedown', _this._onMouseDown);
|
||||
}, 400);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
8
dist/fabric.min.js
vendored
8
dist/fabric.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
dist/fabric.min.js.gz
vendored
BIN
dist/fabric.min.js.gz
vendored
Binary file not shown.
10
dist/fabric.require.js
vendored
10
dist/fabric.require.js
vendored
|
|
@ -6098,11 +6098,12 @@ fabric.Pattern = fabric.util.createClass(/** @lends fabric.Pattern.prototype */
|
|||
activeGroup.forEachObject(function(o) {
|
||||
o.set('active', true);
|
||||
});
|
||||
|
||||
if (this._currentTransform) {
|
||||
this._currentTransform.target = this.getActiveGroup();
|
||||
}
|
||||
}
|
||||
|
||||
if (this._currentTransform) {
|
||||
this._currentTransform.target = this.getActiveGroup();
|
||||
}
|
||||
|
||||
return data;
|
||||
},
|
||||
|
|
@ -8612,8 +8613,9 @@ fabric.PatternBrush = fabric.util.createClass(fabric.PencilBrush, /** @lends fab
|
|||
if (e.type === 'touchend') {
|
||||
// Wait 400ms before rebinding mousedown to prevent double triggers
|
||||
// from touch devices
|
||||
var _this = this;
|
||||
setTimeout(function() {
|
||||
addListener(this.upperCanvasEl, 'mousedown', this._onMouseDown);
|
||||
addListener(_this.upperCanvasEl, 'mousedown', _this._onMouseDown);
|
||||
}, 400);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue