The editor flickers when changing between items of different UID. This is most likely due to the complex observers being using the image-handler behavior. Instead of these observers, we should manually fire / listen to events so that the editor changes it's src at the correct time, and ensures it's hidden until that point.
The editor flickers when changing between items of different UID. This is most likely due to the complex observers being using the
image-handlerbehavior. Instead of these observers, we should manually fire / listen to events so that the editor changes it's src at the correct time, and ensures it's hidden until that point.