diff options
| author | bobzel <zzzman@gmail.com> | 2022-11-21 14:50:25 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-11-21 14:50:25 -0500 |
| commit | 1f5db9cfc594dbf337d752ec94dab5fca7d8b6f7 (patch) | |
| tree | 1427d85c987550b60a5a5068b46e07070cc283b9 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx | |
| parent | cdd1dd95c67fcb95914913bb5346c5117c0abc27 (diff) | |
working cleaned up version of link editor properties in propertiesView
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx index a4131d7c0..b39fcbd48 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx @@ -230,7 +230,6 @@ export class CollectionFreeFormLinkView extends React.Component<CollectionFreeFo } render() { - //setTimeout(action(() => (LinkManager.currentLink = this.props.LinkDocs[0]))); if (!this.renderData) return null; const { a, b, pt1norm, pt2norm, aActive, bActive, textX, textY, pt1, pt2 } = this.renderData; |
