mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 12:59:18 +08:00
fix(skill): align node menu to the right
This commit is contained in:
parent
9213c1e572
commit
4763c80a1b
@ -178,7 +178,7 @@ const TreeNode = ({ node, style, dragHandle, treeChildren }: TreeNodeProps) => {
|
||||
<span className="i-ri-more-fill size-4 text-text-tertiary" aria-hidden="true" />
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent
|
||||
placement="bottom-start"
|
||||
placement="bottom-end"
|
||||
sideOffset={4}
|
||||
popupClassName="min-w-[180px]"
|
||||
popupProps={{ onClick: handleDropdownContentClick }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user