Sortable: Edge draging has an arrow

Created on 21 Nov 2019  路  2Comments  路  Source: SortableJS/Sortable

Problem:

in edge browser, there will be an arrow when draging table item ,how to fix or change its style?

JSBin/JSFiddle demonstrating the problem:

https://jsbin.com/henuyiw/edit?css,js,output


image

Most helpful comment

it works,thanks

All 2 comments

This is due to the fact that Sortable is using the browsers native drag & drop API. If you want to use Sortable's fallback, set forceFallback: true in the options.

it works,thanks

Was this page helpful?
0 / 5 - 0 ratings