fix(core): do not redirect to open-page for open-in-app card (#8646)

This commit is contained in:
pengx17
2024-10-31 08:23:51 +00:00
parent 2b3b7057c5
commit 51ffccbbb6
4 changed files with 5 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import {
WorkspaceScope,
} from '@toeverything/infra';
import { WorkbenchService } from '../workbench';
import { WorkbenchService } from '../workbench/services/workbench';
import { DesktopApi } from './entities/electron-api';
import { ElectronApiImpl } from './impl';
import { DesktopApiProvider } from './provider';