diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-21 09:32:23 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-21 09:32:23 -0500 |
| commit | 8274233572d5ff299e13868c86bd2436f4c276fc (patch) | |
| tree | 9127a4e7c396110d4e03626a46f5a57dbd7b2eb4 /src/client/views/GestureOverlay.tsx | |
| parent | 72892f0811f03dae096ebea2dcac24b56d661b07 (diff) | |
fixed link naming and exposed link database (at least for testing)
Diffstat (limited to 'src/client/views/GestureOverlay.tsx')
| -rw-r--r-- | src/client/views/GestureOverlay.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/GestureOverlay.tsx b/src/client/views/GestureOverlay.tsx index 580c53a37..a8cf8c197 100644 --- a/src/client/views/GestureOverlay.tsx +++ b/src/client/views/GestureOverlay.tsx @@ -333,7 +333,7 @@ export default class GestureOverlay extends Touchable { this._d1 = doc; } else if (this._d1 !== doc && !LinkManager.Instance.doesLinkExist(this._d1, doc)) { - DocUtils.MakeLink({ doc: this._d1 }, { doc: doc }); + DocUtils.MakeLink({ doc: this._d1 }, { doc: doc }, "gestural link"); actionPerformed = true; } }; |
