diff options
author | bobzel <zzzman@gmail.com> | 2022-06-30 15:14:11 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-06-30 15:14:11 -0400 |
commit | 06ce1d6cf0fb96bb45519c3128d2ab3033ddd2ae (patch) | |
tree | 135defd24c512c05a76eecf4cc7a410d688e54ff /src/client/util/DragManager.ts | |
parent | cf6de0bb501c2e3b64269494d6c0e0305c775eb3 (diff) |
fixed errors merging with master
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 09b463c2f..b4c42a6f0 100644 --- a/src/client/util/DragManager.ts +++ b/src/client/util/DragManager.ts @@ -453,6 +453,7 @@ export namespace DragManager { SnappingManager.SetIsDragging(false); SnappingManager.clearSnapLines(); batch.end(); + docsBeingDragged = []; }); var startWindowDragTimer: any; const moveHandler = (e: PointerEvent) => { |