Skip to main content

Good afternoon)) When transferring a component to a new file, it still refers to the previous file. How do I link to a new file? Tell me, please.

Hi ​@Olesya808 , 
To make the component ‘local’ to your new file, I recommend detaching the component and then, creating a new main component.
 

Here’s how to do that:

  1. After you paste your component into the new file, right-click and choose "Detach Instance".

  2. Then select the frame and choose “Create Component” to convert it into a new main component in this file.

  3. This component is now local to the new file

Detach instance
Create component

In this way, this will break the connection to the original file, but it’s necessary to make the component fully independent in your new file.
Hope this helps!