About "Copy with Property Links"
Currently, when using this operation, an expression like the one below is applied to link to the property:
comp("comp").layer("layer").effect("effect")(1)However, this easily breaks when the layer is pre-compose.
I believe it should use `thisComp` instead to make it more robust.
