chore: node help link (#4795)

This commit is contained in:
zxhlyh
2024-05-30 14:24:53 +08:00
committed by GitHub
parent b10e67be3b
commit 5b2cd8d03a
10 changed files with 174 additions and 15 deletions

View File

@@ -36,6 +36,7 @@ const PanelContextmenu = () => {
id={currentNode.id}
data={currentNode.data}
onClosePopup={() => handleNodeContextmenuCancel()}
showHelpLink
/>
</div>
)