Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

kgonella
Copy link
Contributor

As suggested by @jacquesbh here : #93 (comment)

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 jacquesbh merged commit 8def1e7 into monsieurbiz:master Feb 16, 2024
14 checks passed
@jacquesbh
Copy link
Member

Thank you @kgonella ! 🎉

@kgonella kgonella deleted the feature/copy-paste-components-between-window branch July 10, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants