Fix double click to full screen live stream
parent
6e005126a5
commit
5724c88a2e
|
@ -810,8 +810,9 @@ function signalCheckLiveStream(options){
|
|||
}
|
||||
$(document).ready(function(e){
|
||||
liveGrid
|
||||
.on('dblclick','.stream-hud',function(){
|
||||
$(this).parents('[data-mid]').find('[monitor="fullscreen"]').click();
|
||||
.on('dblclick','.stream-block',function(){
|
||||
var monitorItem = $(this).parents('[data-mid]');
|
||||
fullScreenLiveGridStream(monitorItem)
|
||||
})
|
||||
$('body')
|
||||
.resize(function(){
|
||||
|
|
Loading…
Reference in New Issue