fix(skill): align node menu to the right

This commit is contained in:
yyh
2026-03-25 12:58:26 +08:00
parent 9213c1e572
commit 4763c80a1b

View File

@ -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 }}