fix: docs open in a new tab now
This commit is contained in:
parent
2ec01afd8b
commit
f3e22b0080
1 changed files with 1 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue