vue-drag-drop icon indicating copy to clipboard operation
vue-drag-drop copied to clipboard

Window scrolling

Open gegana opened this issue 7 years ago • 1 comments

Cool stuff you got going here. Is it possible to make window scroll event while dragging a component? It seems not to be by default. One use case I came across that needed this was when I had a long list of drop components that overflows the window. The only way to solve it for the time being is to make the container of the list have a max height and scroll on overflow.

gegana avatar Feb 13 '18 23:02 gegana

I'll take a look, but my initial guess is that this is a limitation of the underlying drag and drop API. If so, I probably won't be able to do much about.

cameronhimself avatar Feb 20 '18 14:02 cameronhimself