forked from extern/egroupware
Fix broken styling of sidebox app lists
This commit is contained in:
parent
8743bf64b0
commit
23c27659fc
@ -51,6 +51,7 @@ import "sortablejs/Sortable.min.js";
|
|||||||
let self = this;
|
let self = this;
|
||||||
this.setBottomLine(this.parent.entries);
|
this.setBottomLine(this.parent.entries);
|
||||||
|
|
||||||
|
this.elemDiv.classList.add('ui-sortable')
|
||||||
Sortable.create(this.elemDiv,{
|
Sortable.create(this.elemDiv,{
|
||||||
onSort: function (evt) {
|
onSort: function (evt) {
|
||||||
self.parent.isDraged = true;
|
self.parent.isDraged = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user