vue-drag-drop
vue-drag-drop copied to clipboard
Custom image appears only on the second drag
I have image slot with custom image. Original image width is 1500px, but styles set it to 224px. So, when I make first drag - I see original sizes of the image (huge), but when I make second drag - I see image with right sizes, declared by styles. This happens even in the examples page. Custom image doesn't shows anything at first drag, but second drag shows.
Approved on firefox
happen when image has a mask on it, solved by set pointer-events: none to mask