fix sortable tooltip (#1130)

This commit is contained in:
jatdung 2023-05-16 22:42:17 +08:00 committed by GitHub
parent 9c117b7946
commit 1f5493ac98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
{
"/css/app.css": "/css/app.css?id=55e02812d34a73b4386802d27fbcd6e8",
"/js/app.js": "/js/app.js?id=14f3726628b93f64bd3d12e46e815521"
"/js/app.js": "/js/app.js?id=3377b9b80073713e4dc54937c94aa6ad"
}

View file

@ -86,7 +86,7 @@ $.when($.ready).then(() => {
}
$("#main")
.on("mouseenter", "#sortable.ui-sortable-disabled .item", function () {
.on("mouseenter", "#sortable .item", function () {
$(this).siblings(".tooltip").addClass("active");
$(".refresh", this).addClass("active");
})