Compact grid after opening drilldown

This commit is contained in:
Mark Veidemanis 2022-08-29 12:52:05 +01:00
parent 8ec956542e
commit b6ca84c7a5
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 0 deletions

View File

@ -26,5 +26,6 @@
var grid = document.getElementById("grid-stack-main").gridstack;
grid.addWidget(contents.innerHTML);
contents.outerHTML = "";
grid.compact();
</script>