fix: not hiding images is faster

develop
Tomáš Mládek 2022-08-17 22:24:13 +02:00
parent a5f1846491
commit a3311a67fb
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@
}
};
}
} else {
element.classList.remove("visible");
}
});
});