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

fix: drag an drop with upload library adjustments #49521

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

skjnldsv
Copy link
Member

Replace the mixin with a composable, this is better typed and works in
both: Options- and Composition API.
Also added component tests for it.

Signed-off-by: Ferdinand Thiessen <[email protected]>
The `handleCopyMoveNode` method is also used in other locations,
so it makes sense to split the file into smaller pieces and make it
reuseable through a service.

Signed-off-by: Ferdinand Thiessen <[email protected]>
So upload and drag-and-drop use the same API now.
Also this de-duplicates some code by providing a shared directive for
elements that support dropping files.

Signed-off-by: Ferdinand Thiessen <[email protected]>
@skjnldsv skjnldsv added the 2. developing Work in progress label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants