Skip to content

Commit

Permalink
style: editor tab styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricbet committed Oct 16, 2024
1 parent bcf6ec3 commit 7c5e59b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ai-native/src/browser/ai-core.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import {
runWhenIdle,
} from '@opensumi/ide-core-common';
import { DESIGN_MENU_BAR_RIGHT } from '@opensumi/ide-design';
import { DesignBrowserCtxMenuService } from '@opensumi/ide-design/lib/browser/override/menu.service';
import { IEditor } from '@opensumi/ide-editor';
import { BrowserEditorContribution, IEditorFeatureRegistry } from '@opensumi/ide-editor/lib/browser';
import { IMainLayoutService } from '@opensumi/ide-main-layout';
Expand Down Expand Up @@ -137,7 +136,7 @@ export class AINativeBrowserContribution
protected readonly injector: Injector;

@Autowired(IBrowserCtxMenu)
private readonly ctxMenuRenderer: DesignBrowserCtxMenuService;
private readonly ctxMenuRenderer: IBrowserCtxMenu;

@Autowired(AINativeCoreContribution)
private readonly contributions: ContributionProvider<AINativeCoreContribution>;
Expand Down

0 comments on commit 7c5e59b

Please sign in to comment.