When a stacked content item is copied it gets added to Local Storage, but is never removed. Since local storage does not expire this leads to a confusing UX. An editor may come back to editing a page days or weeks after copying a stacked content and still see the paste button, which leads to confusion.
I would propose either:
-
Clear the copied item after it is pasted for the first time. If the user wanted more than one copy they would need to recopy.
-
Only keep the copied item around for the current Umbraco session.
-
A clear copied button. Could be more confusing since it doesn't mimic any other copy/paste experience.
Any thoughts? I'd be happy to do a PR.