Bug Fix: If you clone a Form that has an HTML Component, the HTML Components are linked across the original and the clone. Changing one will change the other.
I want to make sure I am understanding this. Is this sentence above saying that the buggy behavior was that if a cloned form had its HTML components edited then those changes were also occuring on the HTML components on the original form that was used to create a clone, and that this behavior was FIXED? So that now, a change made to an HTML element on a cloned form does NOT make the change to the original? Just making sure I am deciphering this properly.