release nouri 0.3 household sharing and mobile polish
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
let draggedEntry = null;
|
||||
|
||||
board.querySelectorAll(".draggable-plan-entry").forEach((entry) => {
|
||||
if (entry.getAttribute("draggable") !== "true") return;
|
||||
entry.addEventListener("dragstart", () => {
|
||||
draggedEntry = entry;
|
||||
entry.classList.add("is-dragging");
|
||||
|
||||
Reference in New Issue
Block a user