Feat: Adjust the style of the toolbar at the bottom of the agent canvas #10703 (#10807)

### What problem does this PR solve?

Feat: Adjust the style of the toolbar at the bottom of the agent canvas
#10703
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-10-27 17:04:32 +08:00
committed by GitHub
parent 5acc407240
commit fd1ad18489
4 changed files with 38 additions and 24 deletions

View File

@ -93,7 +93,9 @@ function InnerButtonEdge({
}, [data?.isHovered, isTargetPlaceholder, sourceHandleId, target]);
const activeMarkerEnd =
selected || !isEmpty(showHighlight) ? 'url(#selected-marker)' : markerEnd;
selected || !isEmpty(showHighlight) || isTargetPlaceholder
? 'url(#selected-marker)'
: markerEnd;
return (
<>