From 66558290a0fabb5ac5b1686e0f3bb1bf5ed70a78 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 9 Dec 2020 09:30:20 +0100 Subject: [PATCH] fixed missing tabs at the bottom --- terminus-core/src/components/appRoot.component.pug | 2 -- 1 file changed, 2 deletions(-) diff --git a/terminus-core/src/components/appRoot.component.pug b/terminus-core/src/components/appRoot.component.pug index 7630ade9..32485671 100644 --- a/terminus-core/src/components/appRoot.component.pug +++ b/terminus-core/src/components/appRoot.component.pug @@ -12,7 +12,6 @@ title-bar( && config.store.appearance.frame == "thin" \ && (config.store.appearance.tabsLocation == "top" || config.store.appearance.tabsLocation == "left")') .tabs( - *ngIf='config.store.appearance.tabsLocation != "bottom"' dnd-sortable-container, [sortableData]='app.tabs', ) @@ -22,7 +21,6 @@ title-bar( [sortableIndex]='idx', (onDragStart)='onTabDragStart()', (onDragEnd)='onTabDragEnd()', - [index]='idx', [tab]='tab', [active]='tab == app.activeTab', -- GitLab