diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-02-23 14:24:07 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-02-23 14:24:07 -0500 |
| commit | f1fcbeea5fb103b7623e795e72aacd4dfacc6c70 (patch) | |
| tree | b599d8743157ea6552714949e998ae0954f3d854 /src/mobile/MobileInkOverlay.tsx | |
| parent | a8b19e82d8c9a8350609e64e60848dbfbbbb6dcd (diff) | |
| parent | 0299ecb4db88560fe623b429f36191402c00b264 (diff) | |
final commits before demo
Diffstat (limited to 'src/mobile/MobileInkOverlay.tsx')
| -rw-r--r-- | src/mobile/MobileInkOverlay.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mobile/MobileInkOverlay.tsx b/src/mobile/MobileInkOverlay.tsx index 4dde3a075..1537ae034 100644 --- a/src/mobile/MobileInkOverlay.tsx +++ b/src/mobile/MobileInkOverlay.tsx @@ -102,6 +102,7 @@ export default class MobileInkOverlay extends React.Component { const complete = new DragManager.DragCompleteEvent(false, dragData); if (target) { + console.log("dispatching upload doc!!!!", target, doc); target.dispatchEvent( new CustomEvent<DragManager.DropEvent>("dashOnDrop", { |
