aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorSam Wilkins <abdullah_ahmed@brown.edu>2019-05-11 19:15:17 -0400
committerSam Wilkins <abdullah_ahmed@brown.edu>2019-05-11 19:15:17 -0400
commit3451ce40cbd488cede7d29b6e39594f740e366b5 (patch)
tree0c2b670f51dc2187e8a3022ffaf85dbf762faad1 /src/client/views/nodes/DocumentView.tsx
parent3a08b0caf257f1041208aa356c387b22693816fb (diff)
basic internal drag and drop of images via embedded link
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index 5aa74c703..63149187b 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -26,6 +26,7 @@ import { CurrentUserUtils } from "../../../server/authentication/models/current_
import { DocServer } from "../../DocServer";
import { Id } from "../../../new_fields/RefField";
import { PresentationView } from "../PresentationView";
+import { DatamartAugmentParameters } from "../../northstar/model/idea/idea";
const linkSchema = createSchema({
title: "string",