Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Make document tree clickable #3440

Merged
Prev Previous commit
Next Next commit
BUGFIX: Remove unneeded query
Co-authored-by: Marc Henry Schultz <85400359+mhsdesign@users.noreply.github.com>
  • Loading branch information
2 people authored and markusguenther committed Apr 11, 2023
commit a9d3b88853de7ffabacc5230cb32bc62dcc0c205
2 changes: 1 addition & 1 deletion packages/react-ui-components/src/Tree/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export class Header extends PureComponent {
onClick={onLabelClick ? onLabelClick : (directLink ? this.onDirectLinkClick : undefined)}
markusguenther marked this conversation as resolved.
Show resolved Hide resolved
data-neos-integrational-test="tree__item__nodeHeader__itemLabel"
role="treeitem"
href={directLink ? directLink : undefined}
href={directLink}
>
{label}
</a>
Expand Down