ApoorvaPasbola/rusty-notepad

Files nested inside the folders not getting opened

Closed this issue · 1 comments

It seems like the onClick is not added on the nested files , although the folders are working as expected.

Need to think , how to add a recursive event on the folders or to create a subscription on the main service to push a new change event on nested files .

Fixed the issue , fix should be present in the MR : #12 .

rusty-nested-folder-issue-fix