diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-07-29 21:20:51 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-07-29 21:20:51 -0400 |
commit | e042f916375fbe4f23288ece0dcec5b61ef2fbed (patch) | |
tree | 27226c917572095676839f2fee3afef8e2857cd5 /src/client/util/DragManager.ts | |
parent | 7ed0a728f18d0a7a0cb82fc78f8f9a62840bc948 (diff) |
annotations now open the target context
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; |