v2.0.2
New features:
- Files can now be drag & dropped onto folder chain items, which will trigger the
MoveFiles
action. - Folders can now be opened by hovering them using drag & drop (open delay is ~1.5 seconds). This works for both file navbar and file list.
- Added
dndOpenable
field toFileData
interface. This field is useful if you want to make some file openable using double-click/enter but not DND-openable. By default,dndOpenable
istrue
for folders.