SheetJS / js-cfb

:floppy_disk: OLE File Container Format
https://sheetjs.com/cfb-editor
Apache License 2.0
69 stars 15 forks source link

Fixes #5 #6

Closed rossj closed 5 years ago

rossj commented 5 years ago

This update fixes issue #5 when resolving full path names by allowing traversing to the root node. Previously, traversal would stop when j === 0 or j === dad[j], both of which are true for the root node.

SheetJSDev commented 5 years ago

There's a small issue where if an element is its own parent, then the loop will not terminate. That will be fixed in a separate commit