Skip to content
  • Ragnar Thomsen's avatar
    A fix for drag'n'drop extraction · 06024b03
    Ragnar Thomsen authored
    This is a fix for commit 2072d0d4. When
    setting the root node by finding the topmost unselected parent,
    unselected subfolders of a parent selected folder were not taken into
    consideration. This resulted in files in the unselected subfolder having
    the wrong root node and hence being extracted into a higher level
    folder.
    
    The issue was fixed by excluding unselected folders which are already
    part of the index list (due to being subfolders of a selected parent
    folder) as root nodes.
    06024b03