From 46602d6bb81c3349ab097b9e23f1cbc4ca7c3210 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 10 Nov 2023 12:11:48 -0500 Subject: [PATCH] todos --- app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.js b/app.js index 9e32d9c..2e3ba36 100644 --- a/app.js +++ b/app.js @@ -1,3 +1,5 @@ +// TODO: reorder +// TODO: edit let currentDraggedItem = null; const lisAndBody = document.querySelectorAll('li, body');