1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-21 09:58:09 +03:00

Update appRoot.component.pug

This commit is contained in:
Eugene Pankov 2021-08-02 09:22:42 +02:00
parent 4e4788bf57
commit 920b2b85b3
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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',