From d6ed6bc7a368169b15b81b02d4daee67a92b05c4 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 30 Aug 2020 00:13:33 -0400 Subject: fixed initialization of non-active tabs. fixed dragging of tab document icon. --- src/client/views/collections/CollectionDockingViewMenu.tsx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/client/views/collections/CollectionDockingViewMenu.tsx') diff --git a/src/client/views/collections/CollectionDockingViewMenu.tsx b/src/client/views/collections/CollectionDockingViewMenu.tsx index 4fe97452c..1cab293a8 100644 --- a/src/client/views/collections/CollectionDockingViewMenu.tsx +++ b/src/client/views/collections/CollectionDockingViewMenu.tsx @@ -36,9 +36,6 @@ export class CollectionDockingViewMenu extends React.Component<{ views: () => Do !this._ref.current?.getBoundingClientRect().width && (this._tooltipOpen = true))} onPointerDown={action(e => { - if (getComputedStyle(this._ref.current!).width !== "100%") { - e.stopPropagation(); e.preventDefault(); - } this.props.views()[0]?.select(false); this._tooltipOpen = false; })} > -- cgit v1.2.3-70-g09d2