mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
Update appRoot.component.pug
This commit is contained in:
@@ -21,10 +21,6 @@ title-bar(
|
|||||||
)
|
)
|
||||||
tab-header(
|
tab-header(
|
||||||
*ngFor='let tab of app.tabs; let idx = index',
|
*ngFor='let tab of app.tabs; let idx = index',
|
||||||
cdkDrag,
|
|
||||||
[cdkDragData]='tab',
|
|
||||||
(cdkDragStarted)='onTabDragStart(tab)',
|
|
||||||
(cdkDragEnded)='onTabDragEnd()',
|
|
||||||
[index]='idx',
|
[index]='idx',
|
||||||
[tab]='tab',
|
[tab]='tab',
|
||||||
[active]='tab == app.activeTab',
|
[active]='tab == app.activeTab',
|
||||||
|
Reference in New Issue
Block a user