jupyterlab-contrib / jupyterlab-unfold

An IDE-like file browser for JupyterLab
BSD 3-Clause "New" or "Revised" License
80 stars 14 forks source link

Drag and drop an outside file puts it in the root directory #34

Open martinRenou opened 2 years ago

martinRenou commented 2 years ago

Because we inherit from the base FileBrowser behavior for this, the drag-n-drop from outside puts the dragged file in the root directory, not in the directory where you drag it. We should implement that behavior.