diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-12 00:21:38 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-12 00:21:38 -0400 |
| commit | bd70f0e07e7d578c4ecb544f0e5b1ad16132fc05 (patch) | |
| tree | 17855ccd33bc53ca11e7939e9f548876bdbecc66 /src/client/util | |
| parent | 952318fb56cce16c428a5b41afe27a0ee4d20589 (diff) | |
added arrowkey nudging of freeform view. fixed background overflow.
Diffstat (limited to 'src/client/util')
| -rw-r--r-- | src/client/util/DragManager.ts | 1 |
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, |
