diff --git a/terminus-terminal/src/tabContextMenu.ts b/terminus-terminal/src/tabContextMenu.ts index adc199d3..e16ef20a 100644 --- a/terminus-terminal/src/tabContextMenu.ts +++ b/terminus-terminal/src/tabContextMenu.ts @@ -120,7 +120,7 @@ export class NewTabContextMenu extends TabContextMenuItemProvider { /** @hidden */ @Injectable() export class CopyPasteContextMenu extends TabContextMenuItemProvider { - weight = 1 + weight = -10 constructor ( private zone: NgZone,