aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.tsx
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2019-08-28 16:19:54 -0400
committerkimdahey <claire_kim1@brown.edu>2019-08-28 16:19:54 -0400
commite0b8d5f213d7f547b939877c71f07804ac8c24cf (patch)
tree092ec6f5692722fcb16898f4a6065aac47d52333 /src/client/views/nodes/FormattedTextBox.tsx
parent2f81ba96ac9c2aecbb9d610ecdc7d35335931e38 (diff)
working
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.tsx')
-rw-r--r--src/client/views/nodes/FormattedTextBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.tsx b/src/client/views/nodes/FormattedTextBox.tsx
index 33edcc7f6..8d9944d59 100644
--- a/src/client/views/nodes/FormattedTextBox.tsx
+++ b/src/client/views/nodes/FormattedTextBox.tsx
@@ -187,6 +187,7 @@ export class FormattedTextBox extends DocComponent<(FieldViewProps & FormattedTe
marks[linkIndex].attrs.guid = guid;
return node;
}
+ console.log('href was and is ', href, marks[linkIndex].attrs.href);
}
return undefined;
}