diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-26 21:12:23 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-26 21:12:23 -0400 |
commit | c5fe2f6e225778cfee4cd2d916fd3e4060bb468f (patch) | |
tree | e538a4b5a622aba00e563a1cda7bf753f1c3b92b /src/client/views/nodes/VideoBox.tsx | |
parent | 76582288310c5372dedf3feb45d548acfa3a7e9b (diff) |
fixed PDF selection (somewhat) and inking
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 019e5e489..b34f1dc08 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -11,7 +11,6 @@ import "./VideoBox.scss"; @observer export class VideoBox extends React.Component<FieldViewProps> { - private _reactionDisposer: Opt<IReactionDisposer>; private _videoRef = React.createRef<HTMLVideoElement>(); public static LayoutString() { return FieldView.LayoutString(VideoBox); } |