mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
fixed missing tabs at the bottom
This commit is contained in:
@@ -12,7 +12,6 @@ title-bar(
|
|||||||
&& config.store.appearance.frame == "thin" \
|
&& config.store.appearance.frame == "thin" \
|
||||||
&& (config.store.appearance.tabsLocation == "top" || config.store.appearance.tabsLocation == "left")')
|
&& (config.store.appearance.tabsLocation == "top" || config.store.appearance.tabsLocation == "left")')
|
||||||
.tabs(
|
.tabs(
|
||||||
*ngIf='config.store.appearance.tabsLocation != "bottom"'
|
|
||||||
dnd-sortable-container,
|
dnd-sortable-container,
|
||||||
[sortableData]='app.tabs',
|
[sortableData]='app.tabs',
|
||||||
)
|
)
|
||||||
@@ -22,7 +21,6 @@ title-bar(
|
|||||||
[sortableIndex]='idx',
|
[sortableIndex]='idx',
|
||||||
(onDragStart)='onTabDragStart()',
|
(onDragStart)='onTabDragStart()',
|
||||||
(onDragEnd)='onTabDragEnd()',
|
(onDragEnd)='onTabDragEnd()',
|
||||||
|
|
||||||
[index]='idx',
|
[index]='idx',
|
||||||
[tab]='tab',
|
[tab]='tab',
|
||||||
[active]='tab == app.activeTab',
|
[active]='tab == app.activeTab',
|
||||||
|
Reference in New Issue
Block a user