fix: remove portal-to-follow-elem-plus shim

This commit is contained in:
yyh
2026-03-24 22:18:30 +08:00
parent 432e355dc4
commit 612d90ac6f
17 changed files with 58 additions and 326 deletions

View File

@ -9,7 +9,7 @@ import { useReactFlow, useViewport } from 'reactflow'
import { Avatar } from '@/app/components/base/avatar'
import Divider from '@/app/components/base/divider'
import InlineDeleteConfirm from '@/app/components/base/inline-delete-confirm'
import { PortalToFollowElem, PortalToFollowElemContent, PortalToFollowElemTrigger } from '@/app/components/base/portal-to-follow-elem-plus'
import { PortalToFollowElem, PortalToFollowElemContent, PortalToFollowElemTrigger } from '@/app/components/base/portal-to-follow-elem'
import Tooltip from '@/app/components/base/tooltip-plus'
import { getUserColor } from '@/app/components/workflow/collaboration/utils/user-color'