diff options
author | monikahedman <monika_hedman@brown.edu> | 2019-08-21 17:22:05 -0400 |
---|---|---|
committer | monikahedman <monika_hedman@brown.edu> | 2019-08-21 17:22:05 -0400 |
commit | 55ae5df54051d8a0bcc341d51ea7e998635722a6 (patch) | |
tree | dd910f79a5e9cc522d52b7d0f4194f697dcfd0da /src/client/util/DragManager.ts | |
parent | 6604c40d02b4dd7c6a6c663f301bcaedfee6998f (diff) | |
parent | 43d731ef2a6b2bd3fcdb7dd26fb6a8beac8e1306 (diff) |
pulled from master
Diffstat (limited to 'src/client/util/DragManager.ts')
-rw-r--r-- | src/client/util/DragManager.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/util/DragManager.ts b/src/client/util/DragManager.ts index 0b6d9b5e5..894b366ef 100644 --- a/src/client/util/DragManager.ts +++ b/src/client/util/DragManager.ts @@ -9,8 +9,6 @@ import { DocumentManager } from "./DocumentManager"; import { LinkManager } from "./LinkManager"; import { SelectionManager } from "./SelectionManager"; import { SchemaHeaderField } from "../../new_fields/SchemaHeaderField"; -import { DocumentDecorations } from "../views/DocumentDecorations"; -import { NumberLiteralType } from "typescript"; export type dropActionType = "alias" | "copy" | undefined; export function SetupDrag( @@ -211,6 +209,7 @@ export namespace DragManager { dropAction: dropActionType; userDropAction: dropActionType; moveDocument?: MoveFunction; + applyAsTemplate?: boolean; [id: string]: any; } |