aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-21 00:39:14 -0400
committerbobzel <zzzman@gmail.com>2021-03-21 00:39:14 -0400
commitd13532ab66335d7ebba9c687746fc466ae5ec622 (patch)
tree119d5ffa2dad09387097db9483d85c5da8dc55da /src/client/views/nodes/AudioBox.tsx
parent31c5bb8dc9cc7d92b01de9e17c4cd4eb21b1a320 (diff)
upload screengrab video to server in mkv format ... can't yet play them.
Diffstat (limited to 'src/client/views/nodes/AudioBox.tsx')
-rw-r--r--src/client/views/nodes/AudioBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx
index ecc93ce67..c0b5476fa 100644
--- a/src/client/views/nodes/AudioBox.tsx
+++ b/src/client/views/nodes/AudioBox.tsx
@@ -23,7 +23,6 @@ import { ContextMenuProps } from "../ContextMenuItem";
import { ViewBoxAnnotatableComponent } from "../DocComponent";
import "./AudioBox.scss";
import { FieldView, FieldViewProps } from './FieldView';
-import { FormattedTextBoxComment } from "./formattedText/FormattedTextBoxComment";
import { LinkDocPreview } from "./LinkDocPreview";
declare class MediaRecorder {
constructor(e: any); // whatever MediaRecorder has