From 64fae6de1373f0db18ff98054227f217640952c2 Mon Sep 17 00:00:00 2001 From: geireann Date: Tue, 31 Aug 2021 01:28:58 -0400 Subject: "Untitled Presentation" only created after a document is pinned --- src/client/views/collections/TabDocView.tsx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/client/views/collections') diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 28b074d35..889db1ef6 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -134,12 +134,6 @@ export class TabDocView extends React.Component { moreInfoDrag.style.backgroundColor = textColor; tab.element[0].style.background = !layer ? color : "dimgrey"; }, { fireImmediately: true }); - // TODO:glr fix - // tab.element[0].style.borderTopRightRadius = "8px"; - // tab.element[0].children[1].appendChild(toggle); - // tab._disposers.layerDisposer = reaction(() => - // ({ layer: tab.DashDoc.activeLayer, color: this.tabColor }), - // ({ layer, color }) => toggle.style.background = !layer ? color : "dimgrey", { fireImmediately: true }); } // shifts the focus to this tab when another tab is dragged over it tab.element[0].onmouseenter = (e: MouseEvent) => { -- cgit v1.2.3-70-g09d2