mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-14 08:43:12 +00:00
Update static_canvas.class.js
This commit is contained in:
parent
0465729c15
commit
5ab3b331c7
1 changed files with 1 additions and 1 deletions
|
|
@ -756,7 +756,7 @@
|
|||
*/
|
||||
_onObjectAdded: function(obj) {
|
||||
this.stateful && obj.setupState();
|
||||
obj.canvas = this;
|
||||
obj._set('canvas', this);
|
||||
obj.setCoords();
|
||||
this.fire('object:added', { target: obj });
|
||||
obj.fire('added');
|
||||
|
|
|
|||
Loading…
Reference in a new issue