aboutsummaryrefslogtreecommitdiff
path: root/html/item_list.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/item_list.js')
-rw-r--r--html/item_list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/item_list.js b/html/item_list.js
index 55e54fb..34dec83 100644
--- a/html/item_list.js
+++ b/html/item_list.js
@@ -185,7 +185,7 @@ async function item_list(preview_cb, track_cb, remove_cb)
function on_dialog_show(list_ctx)
{
- list_ctx.ul;
+ list_ctx.ul; // TODO: make ul non-selectable when dialog is shown
list_ctx.preview_container.classList.add("hide");
list_ctx.dialog_container.classList.remove("hide");
}