Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
6cca4ac1a6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/videolayout/SmallVideo.js

+ 1
- 1
modules/UI/videolayout/SmallVideo.js View File

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) {

Loading…
Cancel
Save