瀏覽代碼

auto acp scripted

dev
jfinn 5 年之前
父節點
當前提交
850c76d252
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      react/features/large-video/components/LargeVideo.web.js

+ 3
- 2
react/features/large-video/components/LargeVideo.web.js 查看文件

@@ -5,7 +5,7 @@ import React, { Component } from 'react';
5 5
 import { Watermarks } from '../../base/react';
6 6
 import { Captions } from '../../subtitles/';
7 7
 import { connect } from '../../base/redux';
8
-
8
+import {CornerObj,DevHook} from '../../../../rdev/hooks/Hooks';
9 9
 declare var interfaceConfig: Object;
10 10
 
11 11
 type Props = {
@@ -15,7 +15,7 @@ type Props = {
15 15
      * video element.
16 16
      */
17 17
     _noAutoPlayVideo: boolean
18
-}
18
+};
19 19
 
20 20
 /**
21 21
  * Implements a React {@link Component} which represents the large video (a.k.a.
@@ -35,6 +35,7 @@ class LargeVideo extends Component<Props> {
35 35
             <div
36 36
                 className = 'videocontainer'
37 37
                 id = 'largeVideoContainer'>
38
+                <DevHook type="div" className="indicator_hook lvc_overlay jdiv"></DevHook>
38 39
                 <div id = 'sharedVideo'>
39 40
                     <div id = 'sharedVideoIFrame' />
40 41
                 </div>

Loading…
取消
儲存