aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocComponent.tsx
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2020-01-27 05:50:15 -0500
committerSam Wilkins <samwilkins333@gmail.com>2020-01-27 05:50:15 -0500
commitc5d618538d4fd9669476dc7eb66ddd45783e5fa6 (patch)
tree79655ab3296881416ad78f9eb265a6df1e807f1e /src/client/views/DocComponent.tsx
parentb2aa0b80843e6e58f737e2937c45351d653255fa (diff)
nativewidth and nativeheight extension key fix and implemented UI to manually download a remotely hosted image
Diffstat (limited to 'src/client/views/DocComponent.tsx')
-rw-r--r--src/client/views/DocComponent.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocComponent.tsx b/src/client/views/DocComponent.tsx
index d98301cf6..6f3eb6808 100644
--- a/src/client/views/DocComponent.tsx
+++ b/src/client/views/DocComponent.tsx
@@ -61,7 +61,7 @@ export function DocAnnotatableComponent<P extends DocAnnotatableProps, T>(schema
_annotationKey: string = "annotations";
public set annotationKey(val: string) { this._annotationKey = val; }
- public get annotationKey() { return this._annotationKey }
+ public get annotationKey() { return this._annotationKey; }
@action.bound
removeDocument(doc: Doc): boolean {