We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Drag and drop should work in new window created through createPortal
Drag and drop should not working in new window created through createPortal
1.launch app 2. observe on parent window dnd is working 3. open popout window by clicking on button 4. observe on popoutt window dnd is not working
React
React 17.0.1
react-beautiful-dnd
13.0.1
chrome
https://codesandbox.io/p/github/parassantra/react-beautiful-dnd-popout/main?embed=1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Drag and drop should work in new window created through createPortal
Actual behavior
Drag and drop should not working in new window created through createPortal
Steps to reproduce
1.launch app
2. observe on parent window dnd is working
3. open popout window by clicking on button
4. observe on popoutt window dnd is not working
What version of
React
are you using?React 17.0.1
What version of
react-beautiful-dnd
are you running?13.0.1
What browser are you using?
chrome
Demo
https://codesandbox.io/p/github/parassantra/react-beautiful-dnd-popout/main?embed=1
The text was updated successfully, but these errors were encountered: