diff --git a/packages/sheets-hyper-link-ui/src/commands/operations/popup.operations.ts b/packages/sheets-hyper-link-ui/src/commands/operations/popup.operations.ts index 46cbbf0b9f0..5f37500f4ce 100644 --- a/packages/sheets-hyper-link-ui/src/commands/operations/popup.operations.ts +++ b/packages/sheets-hyper-link-ui/src/commands/operations/popup.operations.ts @@ -16,9 +16,9 @@ import { CommandType, DOCS_ZEN_EDITOR_UNIT_ID_KEY, type ICommand, ICommandService, IUniverInstanceService } from '@univerjs/core'; import { getSheetCommandTarget, type ISheetCommandSharedParams, SheetsSelectionsService } from '@univerjs/sheets'; +import { HyperLinkEditSourceType } from '@univerjs/sheets-hyper-link'; import { IEditorBridgeService } from '@univerjs/sheets-ui'; import { SheetsHyperLinkPopupService } from '../../services/popup.service'; -import { HyperLinkEditSourceType } from '../../types/enums/edit-source'; import { getShouldDisableCurrentCellLink } from '../../utils'; export interface IOpenHyperLinkEditPanelOperationParams extends ISheetCommandSharedParams { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4546b93ce08..678edc4cd06 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2587,6 +2587,9 @@ importers: '@univerjs/sheets-formula-ui': specifier: workspace:* version: link:../sheets-formula-ui + '@univerjs/sheets-hyper-link': + specifier: workspace:* + version: link:../sheets-hyper-link '@univerjs/sheets-ui': specifier: workspace:* version: link:../sheets-ui