fix(web): fix lazy load on tag view menu

This commit is contained in:
Masahiko AMANO 2023-02-03 23:33:59 +03:00
parent 223e174568
commit 6eb34f3b59

View File

@ -115,7 +115,7 @@ function menu_view_tag_open() {
scrollDirection: "vertical",
effect: "fadeIn",
visibleOnly: true,
appendScroll: $(".list")[0],
appendScroll: $("#menu-tag-view .list")[0],
});
});
$("#menu-tag-view .selected").removeClass("selected");