From 920b2b85b3bdbccf5b8ca28bcc487e5640bf3741 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 2 Aug 2021 09:22:42 +0200 Subject: [PATCH] Update appRoot.component.pug --- tabby-core/src/components/appRoot.component.pug | 4 ---- 1 file changed, 4 deletions(-) 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',