diff options
author | bob <bcz@cs.brown.edu> | 2019-07-30 09:24:16 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-07-30 09:24:16 -0400 |
commit | c8514dc9cabde476368a8c4bd5db8fe625c39028 (patch) | |
tree | e55e48f62647993fab4c230c3faba7f2a1660a17 /src/client/util/DragManager.ts | |
parent | 7ae3265aa9dbd5238540f06e4a964092cc81191d (diff) | |
parent | e041988b84553797699a5a232e26e72252460e01 (diff) |
Merge branch 'master' into presentation-preview-mohammad
Diffstat (limited to 'src/client/util/DragManager.ts')
-rw-r--r-- | src/client/util/DragManager.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/DragManager.ts b/src/client/util/DragManager.ts index 9221ef274..abcc3a4e1 100644 --- a/src/client/util/DragManager.ts +++ b/src/client/util/DragManager.ts @@ -216,6 +216,7 @@ export namespace DragManager { this.annotationDocument = annotationDoc; this.xOffset = this.yOffset = 0; } + targetContext: Doc | undefined; dragDocument: Doc; annotationDocument: Doc; dropDocument: Doc; |