From 23c27659fc70cd5a06c2ca00dd0dab59c6052d74 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 4 Aug 2021 16:49:44 +0200 Subject: [PATCH] Fix broken styling of sidebox app lists --- api/js/framework/fw_desktop.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/js/framework/fw_desktop.js b/api/js/framework/fw_desktop.js index 0a4221d673..4326852ec7 100644 --- a/api/js/framework/fw_desktop.js +++ b/api/js/framework/fw_desktop.js @@ -51,6 +51,7 @@ import "sortablejs/Sortable.min.js"; let self = this; this.setBottomLine(this.parent.entries); + this.elemDiv.classList.add('ui-sortable') Sortable.create(this.elemDiv,{ onSort: function (evt) { self.parent.isDraged = true;