diff options
author | bobzel <zzzman@gmail.com> | 2022-05-13 18:46:05 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-05-13 18:46:05 -0400 |
commit | 21ea42b425946d54eb8a811e10734e714c0164a0 (patch) | |
tree | ffb18088c19b83a22a8fb52d842dc4c4596ceea2 /src/client/util/DragManager.ts | |
parent | 57c1b8235b26a1b6a315922b4dc2926e1e597674 (diff) |
dragging docs already within a locked document can now still be dropped onto the locked document.
Diffstat (limited to 'src/client/util/DragManager.ts')
-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 13e5940d6..12c0fe6c0 100644 --- a/src/client/util/DragManager.ts +++ b/src/client/util/DragManager.ts @@ -1,4 +1,3 @@ -import { extend } from "lodash"; import { action } from "mobx"; import { DateField } from "../../fields/DateField"; import { Doc, Field, Opt } from "../../fields/Doc"; |