benxshen
Results
3
comments of
benxshen
I have a small question: what's the difference by returning true/false on dragstart event? line 98 `if (element.attr('draggable') == 'false') return true;` returns true; while your patch `if (element.attr('dnd-nodrag') !==...
Yes, I have the same issue on Windows 10 vscode (1.12) The indent stops working when pasting. I noticed that the paste indent is correct if I press ctr+z after...
Sorry, it's my wrong. It's working fine.