Mark MacKay
Mark MacKay
@d9k I just restructured the entire project (which is still WIP) and will soon work on the importation code for a client's project. I will surely come back to your...
I'll try to fix the issues that came up with Chrome's new release this week.
If I recall correctly there's a way of generating a download from javascript but it only works in Chrome, I'll address this issue.
This looks like a good match... https://github.com/eligrey/FileSaver.js/blob/master/FileSaver.js I'll give it a try in a while
thanks for the notice @nicholaswmin, I've implemented the download thingy for all browsers except Safari. I'll tackle Safari later.
@grapheine noted, I'll address this at some point in the future.
@jpatel3 in drag and drop code the `move` and `end` or `up` are bind to the document or window because the user initiates the drag at the node level, but...