aboutsummaryrefslogtreecommitdiff
path: root/src/client/util
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-12 00:21:38 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-12 00:21:38 -0400
commitbd70f0e07e7d578c4ecb544f0e5b1ad16132fc05 (patch)
tree17855ccd33bc53ca11e7939e9f548876bdbecc66 /src/client/util
parent952318fb56cce16c428a5b41afe27a0ee4d20589 (diff)
added arrowkey nudging of freeform view. fixed background overflow.
Diffstat (limited to 'src/client/util')
-rw-r--r--src/client/util/DragManager.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/DragManager.ts b/src/client/util/DragManager.ts
index b28bac125..3e9a5b63a 100644
--- a/src/client/util/DragManager.ts
+++ b/src/client/util/DragManager.ts
@@ -419,7 +419,6 @@ export namespace DragManager {
if (target) {
const complete = new DragCompleteEvent(false, dragData);
finishDrag?.(complete);
- console.log(complete.aborted);
target.dispatchEvent(
new CustomEvent<DropEvent>("dashOnDrop", {
bubbles: true,