浏览代码

auto acp scripted

dev
jfinn 5 年前
父节点
当前提交
6cca4ac1a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/UI/videolayout/SmallVideo.js

+ 1
- 1
modules/UI/videolayout/SmallVideo.js 查看文件

967
         console.log("ON container click force focus")
967
         console.log("ON container click force focus")
968
             return
968
             return
969
         }
969
         }
970
-        return
970
+        // return
971
         const triggerPin = this._shouldTriggerPin(event);
971
         const triggerPin = this._shouldTriggerPin(event);
972
 
972
 
973
         if (event.stopPropagation && triggerPin) {
973
         if (event.stopPropagation && triggerPin) {

正在加载...
取消
保存