fix: docs open in a new tab now

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-27 18:25:05 -03:00
commit f3e22b0080

View file

@ -81,6 +81,7 @@ const NodeToolbarComponent = (props) => {
? " text-muted-foreground"
: " text-foreground")
)}
target="_blank"
href={props.data.node.documentation}
// deactivate link if no documentation is provided
onClick={(event) => {