dify/web/app/components/workflow/comment
lyzno1 376a084aca
refactor: use PortalToFollowElem for dropdown with scroll handling
- Replace inline dropdown with PortalToFollowElem to prevent container overflow
- Use z-[100] for dropdown to ensure proper stacking
- Remove redundant outside click handler (handled by PortalToFollowElem)
- Add scroll event listener to auto-close dropdown when scrolling
- Dropdown now renders via portal outside message container
2025-10-11 14:20:36 +08:00
..
comment-icon.tsx only author can move the comment position 2025-10-10 15:58:01 +08:00
comment-input.tsx fix comment input hoverd by comment content 2025-10-11 10:41:28 +08:00
comment-preview.tsx comment author avatar is the first avatar 2025-10-09 17:12:37 +08:00
cursor.tsx improve comment cursor move 2025-10-04 14:36:10 +08:00
index.tsx fix CI 2025-09-22 14:20:11 +08:00
mention-input.tsx fix mention-input in the bottom of the browser 2025-10-04 21:24:27 +08:00
thread.tsx refactor: use PortalToFollowElem for dropdown with scroll handling 2025-10-11 14:20:36 +08:00