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

Always call master element's livewire component when dragging items b… #44

Merged

Conversation

gdebrauwer
Copy link
Contributor

Fixes a part of #15:

There's only one thing that made it trickier for my use case. I have a parent livewire component and then child livewire components each containing lists where you can drag items between the livewire components. With the original package this sent one request to the parent component. With this package it sends multiple requests to the child components.

…etween groups (as group can be a nested livewire component)
@gdebrauwer gdebrauwer marked this pull request as ready for review October 26, 2023 10:54
@gdebrauwer gdebrauwer merged commit 8a3b224 into master Oct 26, 2023
@gdebrauwer gdebrauwer deleted the feature/always-call-master-element-component-method branch October 26, 2023 10:55
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.

1 participant