sonburn / symbol-swapper

Swap the selected symbols and/or symbol instances to a master of the same name in a library.
MIT License
188 stars 11 forks source link

Loosing overrides in mass swap #4

Closed mariuszmickiewicz closed 6 years ago

mariuszmickiewicz commented 6 years ago

When I swap symbol and its copies with the one from a library only the first one keeps its overwrites. Swap siblings & overrides of selected instances is on. Sketch when swapping local symbols has similar problem - is it them?

sonburn commented 6 years ago

There are some quirks with deeply nested overrides, but simple overrides should have no problems. Overrides are generally very brittle though. Sometimes, reapplying the override symbol (in the case of a nested override) will correct the issue, other times I have had to manually correct the problems. I am researching improvements that can be made.