diff options
author | bobzel <zzzman@gmail.com> | 2024-05-15 12:45:42 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-15 12:45:42 -0400 |
commit | b9a10c183a384f1ef52a999e12cb28a7c4fbbf55 (patch) | |
tree | 082159e3fdaf96dddfc68c8d1badd0003302832d /src/client/views/PropertiesView.tsx | |
parent | 213e5c5ab7dcb7a92a2d6c0e2ca10433ddc3141f (diff) |
more cleanup
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 398ed4060..24f50eb8b 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -26,6 +26,7 @@ import { CollectionViewType, DocumentType } from '../documents/DocumentTypes'; import { GroupManager } from '../util/GroupManager'; import { LinkManager } from '../util/LinkManager'; import { SharingManager } from '../util/SharingManager'; +import { SnappingManager } from '../util/SnappingManager'; import { Transform } from '../util/Transform'; import { UndoManager, undoBatch, undoable } from '../util/UndoManager'; import { EditableView } from './EditableView'; @@ -43,7 +44,6 @@ import { StyleProviderFuncType } from './nodes/FieldView'; import { OpenWhere } from './nodes/OpenWhere'; import { PresBox, PresEffect, PresEffectDirection } from './nodes/trails'; -import { SnappingManager } from '../util/SnappingManager'; const _global = (window /* browser */ || global) /* node */ as any; interface PropertiesViewProps { |