diff options
author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-05-11 19:15:17 -0400 |
---|---|---|
committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-05-11 19:15:17 -0400 |
commit | 3451ce40cbd488cede7d29b6e39594f740e366b5 (patch) | |
tree | 0c2b670f51dc2187e8a3022ffaf85dbf762faad1 /src/client/views/nodes/DocumentView.tsx | |
parent | 3a08b0caf257f1041208aa356c387b22693816fb (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.tsx | 1 |
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", |