fix: webstyle

This commit is contained in:
hjlarry 2026-04-09 16:00:16 +08:00
parent 5c88acc5f4
commit f598edb30b
4 changed files with 1 additions and 8 deletions

View File

@ -4,11 +4,7 @@ import type {
} from 'reactflow'
import { produce } from 'immer'
import { useCallback } from 'react'
import { getNodesConnectedSourceOrTargetHandleIdsMap } from '../utils'
import { useCollaborativeWorkflow } from './use-collaborative-workflow'
import {
useStoreApi,
} from 'reactflow'
import { useWorkflowStore } from '../store'
import {
applyConnectedHandleNodeData,

View File

@ -10,7 +10,6 @@ import {
useRef,
} from 'react'
import { useTranslation } from 'react-i18next'
import Tooltip from '@/app/components/base/tooltip'
import { UserAvatarList } from '@/app/components/base/user-avatar-list'
import BlockIcon from '@/app/components/workflow/block-icon'
import { ToolTypeEnum } from '@/app/components/workflow/block-selector/types'
@ -25,7 +24,6 @@ import { useStore } from '@/app/components/workflow/store'
import {
BlockEnum,
ControlMode,
isTriggerNode,
NodeRunningStatus,
} from '@/app/components/workflow/types'
import { hasErrorHandleNode, hasRetryNode } from '@/app/components/workflow/utils'

View File

@ -7,7 +7,7 @@ import {
useMemo,
} from 'react'
import { useTranslation } from 'react-i18next'
import { useStore as useReactFlowStore, useStoreApi } from 'reactflow'
import { useStore as useReactFlowStore } from 'reactflow'
import {
ContextMenu,
ContextMenuContent,

View File

@ -29,7 +29,6 @@ import {
importDSLConfirm,
} from '@/service/apps'
import { fetchWorkflowDraft } from '@/service/workflow'
import { AppModeEnum } from '@/types/app'
import { collaborationManager } from './collaboration/core/collaboration-manager'
import { WORKFLOW_DATA_UPDATE } from './constants'
import {