diff options
author | kimdahey <claire_kim1@brown.edu> | 2019-08-29 12:47:39 -0400 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2019-08-29 12:47:39 -0400 |
commit | 116c17c1e4ccf189d770d170d07a6bfbf95ca4e1 (patch) | |
tree | c7042b296d9dcd0e13e9880ee0ed5f3c25125026 /src/client/views/nodes/FormattedTextBox.tsx | |
parent | e0b8d5f213d7f547b939877c71f07804ac8c24cf (diff) |
testing id fix
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/FormattedTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx index 8d9944d59..f2c27d303 100644 --- a/src/client/views/nodes/FormattedTextBox.tsx +++ b/src/client/views/nodes/FormattedTextBox.tsx @@ -739,7 +739,7 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe if (DocumentManager.Instance.getDocumentView(jumpToDoc)) { // if !guid, then generate guid and apply to full doc if (!guid) { - console.log('making new guid!'); + console.log('making new guid!'); // hehheehhehehe linkDoc.guid = Utils.GenerateGuid(); } DocumentManager.Instance.jumpToDocument(jumpToDoc, e.altKey, undefined, undefined, NumCast((jumpToDoc === linkDoc.anchor2 ? linkDoc.anchor2Page : linkDoc.anchor1Page))); |