mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix compilation
This commit is contained in:
@@ -204,7 +204,6 @@ export class ActivitybarPart extends Part implements IActivityBarService {
|
||||
private getActivityHoverOptions(): IActivityHoverOptions {
|
||||
return {
|
||||
position: () => this.layoutService.getSideBarPosition() === Position.LEFT ? HoverPosition.RIGHT : HoverPosition.LEFT,
|
||||
delay: () => 0
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -151,7 +151,6 @@ export class PanelPart extends CompositePart<Panel> implements IPanelService {
|
||||
orientation: ActionsOrientation.HORIZONTAL,
|
||||
activityHoverOptions: {
|
||||
position: () => this.layoutService.getPanelPosition() === Position.BOTTOM && !this.layoutService.isPanelMaximized() ? HoverPosition.ABOVE : HoverPosition.BELOW,
|
||||
delay: () => 0
|
||||
},
|
||||
openComposite: compositeId => this.openPanel(compositeId, true).then(panel => panel || null),
|
||||
getActivityAction: compositeId => this.getCompositeActions(compositeId).activityAction,
|
||||
|
||||
Reference in New Issue
Block a user