Fix double click to full screen live stream

merge-requests/367/head
Moe 2022-07-14 22:11:32 -07:00
parent 6e005126a5
commit 5724c88a2e
1 changed files with 3 additions and 2 deletions

View File

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