ant-g

Results 4 comments of ant-g

This has now been fixed by sortable.js https://github.com/SortableJS/Sortable/issues/972 But the vuedraggable needs a way of enabling the fix, i.e. setting ```` filter: 'input', preventOnFilter: false, ```` When creating the sortable...

These atrributes solve the problem based on the `jsbin` script I've referenced above (in firefox where the problem seems to exist), you might want to compare that to your code?

So I think you need to set these via `componentData()` https://github.com/SortableJS/Vue.Draggable#componentdata I haven't got time to try this myself right now, but I think you need: ```` :component-data="{ attrs :...

I'm not familiar with typescript or vscode api, but if range is what is used to point to the correct file and line when selecting the node, then yes that...