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

@ -11,7 +11,7 @@ import {
PortalToFollowElem,
PortalToFollowElemContent,
PortalToFollowElemTrigger,
} from '@/app/components/base/portal-to-follow-elem-plus'
} from '@/app/components/base/portal-to-follow-elem'
import { useBasicTypeaheadTriggerMatch } from '@/app/components/base/prompt-editor/hooks'
import { $splitNodeContainingQuery } from '@/app/components/base/prompt-editor/utils'
import { FilePickerPanel } from './file-picker-panel'

View File

@ -12,7 +12,7 @@ import {
PortalToFollowElem,
PortalToFollowElemContent,
PortalToFollowElemTrigger,
} from '@/app/components/base/portal-to-follow-elem-plus'
} from '@/app/components/base/portal-to-follow-elem'
import { Dialog, DialogCloseButton, DialogContent, DialogTitle } from '@/app/components/base/ui/dialog'
import { toast } from '@/app/components/base/ui/toast'
import OptionCard from '@/app/components/workflow/nodes/_base/components/option-card'

View File

@ -13,7 +13,7 @@ import {
PortalToFollowElem,
PortalToFollowElemContent,
PortalToFollowElemTrigger,
} from '@/app/components/base/portal-to-follow-elem-plus'
} from '@/app/components/base/portal-to-follow-elem'
import { useSelectOrDelete } from '@/app/components/base/prompt-editor/hooks'
import Tooltip from '@/app/components/base/tooltip-plus'
import { START_TAB_ID } from '@/app/components/workflow/skill/constants'

View File

@ -7,7 +7,7 @@ import {
PortalToFollowElem,
PortalToFollowElemContent,
PortalToFollowElemTrigger,
} from '@/app/components/base/portal-to-follow-elem-plus'
} from '@/app/components/base/portal-to-follow-elem'
import { cn } from '@/utils/classnames'
type TableSelectorProps = {