From baed991eca42609b20ea43c3041dc84d475c4f2f Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 7 Dec 2022 07:20:32 +0000 Subject: [PATCH] Compact grid after closing widget --- core/templates/partials/close-widget.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/partials/close-widget.html b/core/templates/partials/close-widget.html index 0c66e85..5c6f6ea 100644 --- a/core/templates/partials/close-widget.html +++ b/core/templates/partials/close-widget.html @@ -1,3 +1,3 @@ \ No newline at end of file + onclick='grid.removeWidget("widget-{{ unique }}");grid.compact();'> \ No newline at end of file