Under the hood
Pasted-content merging logic consolidated into a shared uZ helper function
What
Several places in the code that merge pasted content and images (previously done by copying an old object and adding new entries in a loop) now call a shared helper function, uZ(...), to do this instead.
Why
This is an internal cleanup that consolidates duplicated logic into one place; it should not change what a user sees when pasting content.