aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DragManager.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-09-16 11:40:25 -0400
committerbobzel <zzzman@gmail.com>2020-09-16 11:40:25 -0400
commit4fc10a64e35234da2dafd03c3f53f5e080e754d2 (patch)
tree02e70ed9d3804e613e8c132a50494bf9d95b5e71 /src/client/util/DragManager.ts
parentc48a087c2bc637d3bf792486806bbc33ddb8d2d7 (diff)
cleaned up TabDocView a bit
Diffstat (limited to 'src/client/util/DragManager.ts')
-rw-r--r--src/client/util/DragManager.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/DragManager.ts b/src/client/util/DragManager.ts
index 367155c90..7b64d1ccc 100644
--- a/src/client/util/DragManager.ts
+++ b/src/client/util/DragManager.ts
@@ -223,6 +223,7 @@ export namespace DragManager {
};
dragData.draggedDocuments.map(d => d.dragFactory); // does this help? trying to make sure the dragFactory Doc is loaded
StartDrag(eles, dragData, downX, downY, options, finishDrag);
+ return true;
}
// drag a button template and drop a new button