diff options
| author | bobzel <zzzman@gmail.com> | 2022-05-26 17:40:54 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-05-26 17:40:54 -0400 |
| commit | ddd38f923180efd0dc4f53a1c3caad4a1f9ed26f (patch) | |
| tree | b964b5638d2908000838bbb6a4b528c77a4e1828 /src/client/views/collections/TabDocView.tsx | |
| parent | 76d737a05093e4132f2ab56630c4003879747ef9 (diff) | |
removed more code relating to old version of dashboards with on and off screen tab lists. fixed schema headers to not iconify when typing Enter in header field name.
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index a2ba504dc..2b78b20ea 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -180,7 +180,6 @@ export class TabDocView extends React.Component<TabDocViewProps> { tab.closeElement.off('click') //unbind the current click handler .click(function () { Object.values(tab._disposers).forEach((disposer: any) => disposer?.()); - CollectionDockingView.Instance?.removeFromTabDocList(doc); SelectionManager.DeselectAll(); UndoManager.RunInBatch(() => tab.contentItem.remove(), "delete tab"); }); |
