You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- only render the tree if we're visible. in many cases this is something that doesn't change very often -->
46
-
<ViewFileTreeItemv-for="item in files":key="item.name":item="item":selected-item="selectedItem":load-content="loadViewContent":load-children="loadChildren"/>
51
+
<ViewFileTreeItemv-for="item in files":key="item.name":item="item":selected-item="selectedItem":navigate-view-content="navigateTreeView":load-children="loadChildren"/>
<ViewFileTreeItemv-for="childItem in children":key="childItem.entryName":item="childItem":selected-item="selectedItem":load-content="loadContent":load-children="loadChildren"/>
105
+
<ViewFileTreeItemv-for="childItem in children":key="childItem.entryName":item="childItem":selected-item="selectedItem":navigate-view-content="navigateViewContent":load-children="loadChildren"/>
0 commit comments