diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-12-17 11:25:47 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-12-17 11:25:47 -0500 |
commit | a68b3a82c7fd430119254cd8721bd4804e280ef3 (patch) | |
tree | 0e9b1161b06e696379128dc0851d7478ce5049f0 /src/client/views/nodes/KeyValuePair.tsx | |
parent | f92f51236f10fca1d21b787a46dffbf6e565876a (diff) |
made documentbox more usable with borders, fwd/back/lock. and annotation filtering.
Diffstat (limited to 'src/client/views/nodes/KeyValuePair.tsx')
-rw-r--r-- | src/client/views/nodes/KeyValuePair.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/KeyValuePair.tsx b/src/client/views/nodes/KeyValuePair.tsx index 3e253b83a..91f8bb3b0 100644 --- a/src/client/views/nodes/KeyValuePair.tsx +++ b/src/client/views/nodes/KeyValuePair.tsx @@ -5,7 +5,6 @@ import { emptyFunction, returnFalse, returnOne, returnZero } from '../../../Util import { Docs } from '../../documents/Documents'; import { Transform } from '../../util/Transform'; import { undoBatch } from '../../util/UndoManager'; -import { CollectionDockingView } from '../collections/CollectionDockingView'; import { ContextMenu } from '../ContextMenu'; import { EditableView } from "../EditableView"; import { FieldView, FieldViewProps } from './FieldView'; |