From bcbc67bd96b039cdad3c41d43d59dbd7f9ce57f8 Mon Sep 17 00:00:00 2001 From: Moe Date: Tue, 15 Nov 2022 14:23:09 -0800 Subject: [PATCH] disable Live Grid drag and drop on mobile --- web/assets/js/bs5.liveGrid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/assets/js/bs5.liveGrid.js b/web/assets/js/bs5.liveGrid.js index 1a647e9b..85b9e7c6 100644 --- a/web/assets/js/bs5.liveGrid.js +++ b/web/assets/js/bs5.liveGrid.js @@ -304,6 +304,7 @@ function drawLiveGridBlock(monitorConfig,subStreamChannel){ w: isSmallMobile ? 4 : width,// !monitorOrderEngaged content: html }); + if(isMobile)liveGridData.disable(); var theBlock = $('#monitor_live_' + monitorId); var streamElement = theBlock.find('.stream-element') liveGridElements[monitorId] = {