monsieurbiz / SyliusRichEditorPlugin

This plugin add a rich editor on fields to be able to drag and drop elements and edit it.
MIT License
66 stars 38 forks source link

Add the ability to copy paste components between 2 windows #211

Closed kgonella closed 7 months ago

kgonella commented 7 months ago

As suggested by @jacquesbh here : https://github.com/monsieurbiz/SyliusRichEditorPlugin/issues/93#issuecomment-727207621

It will be nice if a user can copy / paste a component between windows. The actual implementation of copy / paste functionality use the sessionStorage that is a storage space not shared between windows. https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage

I just replace it by localStorage instead.

jacquesbh commented 7 months ago

Thank you @kgonella ! 🎉