Skip to content

v2.0.2

Compare
Choose a tag to compare
@TimboKZ TimboKZ released this 15 Nov 04:34
· 44 commits to 2.x since this release

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 to FileData interface. This field is useful if you want to make some file openable using double-click/enter but not DND-openable. By default, dndOpenable is true for folders.