diff options
author | mehekj <mehek.jethani@gmail.com> | 2022-08-10 19:33:19 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2022-08-10 19:33:19 -0400 |
commit | 9f39b14b2e321e09d071ad1c5bf8e3978ff7f181 (patch) | |
tree | b9c9f27b365de2ca889b6635d3f2a470829f8412 /src/client/views/nodes/AudioBox.tsx | |
parent | 19aa61f593c896f4d3bd0ffae6dbe306c2a9546d (diff) |
basic selection complete
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 8437736ae..7bbd7c055 100644 --- a/src/client/views/nodes/AudioBox.tsx +++ b/src/client/views/nodes/AudioBox.tsx @@ -18,6 +18,7 @@ import { ContextMenuProps } from '../ContextMenuItem'; import { ViewBoxAnnotatableComponent, ViewBoxAnnotatableProps } from '../DocComponent'; import './AudioBox.scss'; import { FieldView, FieldViewProps } from './FieldView'; +import { SelectionManager } from '../../util/SelectionManager'; /** * AudioBox |