()
| 395 | } |
| 396 | |
| 397 | hide() { |
| 398 | this.player.container.classList.add('dplayer-hide-controller'); |
| 399 | this.player.setting.hide(); |
| 400 | this.player.comment && this.player.comment.hide(); |
| 401 | } |
| 402 | |
| 403 | isShow() { |
| 404 | return !this.player.container.classList.contains('dplayer-hide-controller'); |
no outgoing calls
no test coverage detected