Wicklets / wick-editor-2018

Archived - New repo is now at github.com/wicklets/wick-editor
GNU General Public License v3.0
515 stars 57 forks source link

Image assets are not cloned #635

Closed kappa-appak closed 7 years ago

kappa-appak commented 7 years ago

agif

zachrispoli commented 7 years ago

Looks like the object gets cloned but isn't being rendered at all. Looking into this now

zachrispoli commented 7 years ago

Found the issue -

https://github.com/zrispo/wick/commit/eb8043c96e953ae17c1dfa270f0c7c0d2dfef9a7#diff-d2b495a108662b5f7c4714ed39133caaR151

Objects lost their reference to the asset they use after they were cloned. Just had to add it back on