Description:
When using the loadEdit() method, the function appends the new template's content to the existing content instead of replacing it. This causes clip duplication and unexpected behavior.
Steps to reproduce:
- Create an Edit instance and load an initial template
- Call
loadEdit() with a new template
- Observe that the new template's tracks/clips are added on top of the existing ones, rather than replacing them
Description:
When using the
loadEdit()method, the function appends the new template's content to the existing content instead of replacing it. This causes clip duplication and unexpected behavior.Steps to reproduce:
loadEdit()with a new template