fix regression in draggable boot order list drag image,
update Sortable.js, fix mising icons in boot order list
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
const blank = document.createElement("img");
|
||||
blank.src = "images/common/blank.png"; // for whatever reason an svg does NOT work here
|
||||
|
||||
class DraggableContainer extends HTMLElement {
|
||||
shadowRoot = null;
|
||||
|
||||
Reference in New Issue
Block a user