diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-06 20:09:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-06 20:09:27 -0400 |
| commit | 0910e7387fae485d7c11eb71b6abcce865403b13 (patch) | |
| tree | 7c5d16f485c50831e513b6a31f44f2573836addd /src/client/views/nodes/DocumentLinksButton.tsx | |
| parent | 8825340031b7c639271967ba23191c968e57c411 (diff) | |
| parent | 002ef9b665ff978cb8c96872ecbbbeca7766de43 (diff) | |
Merge pull request #504 from browngraphicslab/bug_fixes_melissa
Bug fixes melissa
Diffstat (limited to 'src/client/views/nodes/DocumentLinksButton.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentLinksButton.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/nodes/DocumentLinksButton.tsx b/src/client/views/nodes/DocumentLinksButton.tsx index cb79e1522..c2f27c85a 100644 --- a/src/client/views/nodes/DocumentLinksButton.tsx +++ b/src/client/views/nodes/DocumentLinksButton.tsx @@ -74,7 +74,6 @@ export class DocumentLinksButton extends React.Component<DocumentLinksButtonProp } } else if (!this.props.InMenu) { DocumentLinksButton.EditLink = this.props.View; - DocumentLinksButton.EditLinkLoc = [e.clientX + 10, e.clientY]; } })); } @@ -91,7 +90,6 @@ export class DocumentLinksButton extends React.Component<DocumentLinksButtonProp //action(() => Doc.BrushDoc(this.props.View.Document)); } else if (!this.props.InMenu) { DocumentLinksButton.EditLink = this.props.View; - DocumentLinksButton.EditLinkLoc = [e.clientX + 10, e.clientY]; } } @@ -147,8 +145,6 @@ export class DocumentLinksButton extends React.Component<DocumentLinksButtonProp @observable public static EditLink: DocumentView | undefined; - public static EditLinkLoc: number[] = [0, 0]; - @action clearLinks() { DocumentLinksButton.StartLink = undefined; |
