tencent.jquery.pix.component 1.0.72 → 1.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -263,6 +263,10 @@ VideoPlayer.prototype.stop = function () {
263
263
  }
264
264
 
265
265
  VideoPlayer.prototype.maskClicked = function () {
266
+ if (this.state.volumePanelVisible) {
267
+ this.toggleVolumePanel();
268
+ return;
269
+ }
266
270
 
267
271
  if (this.state.controlsVisible === true) {
268
272
  if (this.state.playing === true) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencent.jquery.pix.component",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [