diff --git a/tabby-core/src/components/appRoot.component.pug b/tabby-core/src/components/appRoot.component.pug index 36b76618..8348b203 100644 --- a/tabby-core/src/components/appRoot.component.pug +++ b/tabby-core/src/components/appRoot.component.pug @@ -21,10 +21,6 @@ title-bar( ) tab-header( *ngFor='let tab of app.tabs; let idx = index', - cdkDrag, - [cdkDragData]='tab', - (cdkDragStarted)='onTabDragStart(tab)', - (cdkDragEnded)='onTabDragEnd()', [index]='idx', [tab]='tab', [active]='tab == app.activeTab',