fix regression in draggable boot order list drag image,

update Sortable.js,
fix mising icons in boot order list
This commit is contained in:
2025-11-07 21:03:34 +00:00
parent 9e1fca8597
commit 3b7d3ba01f
5 changed files with 15 additions and 6 deletions

View File

@@ -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;