You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the library and I've identified a problem.
When the "sortable" option is active, the "delete an image" option does not work, that is, when you click the "x" button to delete, nothing happens.
I have a solution to this problem.
In sortable mode, please enable "handle" mode to be able to use "delete".
If you want the "sort" touch point to be wider, adjust the css to enlarge the "handle" element as wide as the thumbnail. Next, use clip-path to leave the area of the delete button so that "sortable" and "delete" can be used flexibly.
I'm using the library and I've identified a problem.
When the "sortable" option is active, the "delete an image" option does not work, that is, when you click the "x" button to delete, nothing happens.
Has anyone ever experienced this?
To do the test you can use the demo that is on the site:
https://safrazik.github.io/vue-file-agent/
The text was updated successfully, but these errors were encountered: