From 3def219d20179486fe3427c957f680e5d1d705df Mon Sep 17 00:00:00 2001 From: Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> Date: Sun, 1 Nov 2020 22:54:08 +0800 Subject: removed console.log + click to return to slide 1 --- .../collectionFreeForm/CollectionFreeFormView.tsx | 25 ---------------------- 1 file changed, 25 deletions(-) (limited to 'src/client/views/collections') diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 6f8c13794..eb278681d 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1657,30 +1657,6 @@ class CollectionFreeFormViewPannableContents extends React.Component; } - @computed get presPathsOutsideCollection() { - const presPaths = "presPaths" + (this.props.presPaths ? "" : "-hidden"); - return !PresBox.Instance || !this.props.presPaths ? (null) : <> -
{PresBox.Instance.order}
- - - - - - - - - - - - - {PresBox.Instance.paths} - - ; - } - render() { // trace(); const freeformclass = "collectionfreeformview" + (this.props.viewDefDivClick ? "-viewDef" : "-none"); @@ -1708,7 +1684,6 @@ class CollectionFreeFormViewPannableContents extends React.Component - {/*
{this.presPathsOutsideCollection}
*/} ); } } \ No newline at end of file -- cgit v1.2.3-70-g09d2