We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17a4d2e + b07d14c commit 3ae6cdcCopy full SHA for 3ae6cdc
1 file changed
web/base_tree_viewer.js
@@ -131,7 +131,7 @@ class BaseTreeViewer {
131
target.classList.toggle("treeItemsHidden");
132
if (e.shiftKey) {
133
const shouldShowAll = !target.classList.contains("treeItemsHidden");
134
- this._toggleTreeItem(this.container, shouldShowAll);
+ this._toggleTreeItem(target.parentNode, shouldShowAll);
135
}
136
});
137
0 commit comments