-
Notifications
You must be signed in to change notification settings - Fork 156
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
Remove vue2-dropzone package #1953
Comments
@LukasHirt did you re-introduce vue2-dropzone in the evil PR (or decided to keep it, after all)? |
It was never removed, was it? |
Nope. My understanding was that at some point in history it might've been possible (after #2239 was merged) but it seems to be a valid part of the application (again)? Then we can possibly close the issue |
When implementing the dropzone originally we used the mentioned lib. We are using only a super limited set of features that are easily replaced with native events so we do not need that lib. This ticket is not about removing the dropzone itself. Only the lib under the hood should be removed and replaced with those native events... |
I see, thanks for clarification! |
Closing in favor of #6019 |
Description
Remove vue2-dropzone package from files app since we don't really use it's features and what we use from it can be replaced with events.
The text was updated successfully, but these errors were encountered: