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

When I was using this project, I encountered three tricky issues #636

Open
zhanghengwebs opened this issue Jul 5, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@zhanghengwebs
Copy link

Firstly, I added a panel and then deleted it, but I need to display it again. However, when it is displayed again, its position changes. Is there any way to make it return to its original position?
2. When I drag and drop two tab panels within a group, there are no events to listen to their changes, so when I refresh the page, the sub panels will return to their original positions
3. I have a requirement that elements within a specific group (including the current entire group) cannot be dragged into other groups. Can a similar feature be provided

@mathuo
Copy link
Owner

mathuo commented Jul 6, 2024

  1. Not too sure what you mean here, how are you removing and adding the panel? Do you have a small code snippet?

  2. has a current open issue with pending PR Expose event for moving tab within same panel #582

  3. should already be posible using the onWillShowOverlay event, I will try and create an example to demonstrate.

@mathuo mathuo added the enhancement New feature or request label Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants