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,7 +967,7 @@ export default class SmallVideo extends SmallVideoOrig {
967 967
         console.log("ON container click force focus")
968 968
             return
969 969
         }
970
-        return
970
+        // return
971 971
         const triggerPin = this._shouldTriggerPin(event);
972 972
 
973 973
         if (event.stopPropagation && triggerPin) {

Loading…
Cancel
Save