From dc936e441a682a3f8ee0ef27e5f032d6c458bd2a Mon Sep 17 00:00:00 2001 From: Moe Date: Thu, 9 Mar 2023 21:17:52 -0800 Subject: [PATCH] Fix displaying objects on live stream when resized --- web/assets/js/bs5.liveGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/assets/js/bs5.liveGrid.js b/web/assets/js/bs5.liveGrid.js index 7695f2c1..11f91d58 100644 --- a/web/assets/js/bs5.liveGrid.js +++ b/web/assets/js/bs5.liveGrid.js @@ -1097,7 +1097,7 @@ $(document).ready(function(e){ },700) }) .on('resizestop', function(){ - // resetAllLiveGridDimensionsInMemory() + resetAllLiveGridDimensionsInMemory() saveLiveGridBlockPositions() }); addOnTabReopen('liveGrid', function () {