mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-27 00:44:41 +00:00
Restore _currentTransform.target after toJSON. Closes #1159
This commit is contained in:
parent
e15047016d
commit
eb75f4b491
1 changed files with 5 additions and 0 deletions
|
|
@ -896,6 +896,11 @@
|
|||
o.set('active', true);
|
||||
});
|
||||
}
|
||||
|
||||
if (this._currentTransform) {
|
||||
this._currentTransform.target = this.getActiveGroup();
|
||||
}
|
||||
|
||||
return data;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue