diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-23 17:01:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-23 17:01:51 -0400 |
| commit | 9569fc333ffc3496f3a91989da778449271f323c (patch) | |
| tree | 23e1b83253a91dc08a3171e1654bf4739524d5c7 /src/client/views/nodes/AudioBox.tsx | |
| parent | 44a6c5cabd35e8f7734d6f70128245ba5379d3c1 (diff) | |
| parent | 2c27974f2bce7ef847aa6aaff042e4ddc9b4aa89 (diff) | |
Merge pull request #162 from brown-dash/schema-mehek
new schema view
Diffstat (limited to 'src/client/views/nodes/AudioBox.tsx')
| -rw-r--r-- | src/client/views/nodes/AudioBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx index 610c10be6..384975b45 100644 --- a/src/client/views/nodes/AudioBox.tsx +++ b/src/client/views/nodes/AudioBox.tsx @@ -19,6 +19,7 @@ import { ContextMenuProps } from '../ContextMenuItem'; import { ViewBoxAnnotatableComponent, ViewBoxAnnotatableProps } from '../DocComponent'; import './AudioBox.scss'; import { FieldView, FieldViewProps } from './FieldView'; +import { SelectionManager } from '../../util/SelectionManager'; import { PinProps, PresBox } from './trails'; /** |
