You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After moving a shape from one layer to another layer using shape.moveTo(...) (eg in the 'star' example from 'layer' to 'dragLayer'), I still see the shape in the children list of 'layer', while the children list of 'dragLayer' is empty. How can we verify the moveTo function is working correctly (and assure optimal performance)?
Thanks if anyone could comment.
The text was updated successfully, but these errors were encountered:
I’m a bit late in my reply, but in the meantime I have located the problem and was able to solve it.
Thank you for your follow-up.
Van: Anton Lavrenov<mailto:[email protected]>
Verzonden: maandag 6 januari 2020 15:39
Aan: konvajs/ng2-konva<mailto:[email protected]>
CC: CFrk<mailto:[email protected]>; Author<mailto:[email protected]>
Onderwerp: Re: [konvajs/ng2-konva] Check content of different layers (#28)
Can you make a demo?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#28?email_source=notifications&email_token=AOGFQFBW4R77RZOYUDGVJP3Q4M7C7A5CNFSM4KC2W5MKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIFT2FY#issuecomment-571161879>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOGFQFFEX3D5G2OW2GTT5P3Q4M7C7ANCNFSM4KC2W5MA>.
After moving a shape from one layer to another layer using shape.moveTo(...) (eg in the 'star' example from 'layer' to 'dragLayer'), I still see the shape in the children list of 'layer', while the children list of 'dragLayer' is empty. How can we verify the moveTo function is working correctly (and assure optimal performance)?
Thanks if anyone could comment.
The text was updated successfully, but these errors were encountered: