mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
fix (search): make action on searched elements
a couple months ago, we had to disabled the selection of elements because this was opening the door to tons of bugs I didn't wanted to deal with at the time but we finally came to the end of those, hence we can reenable that
This commit is contained in:
parent
3d0753c29b
commit
89688843dc
1 changed files with 0 additions and 4 deletions
|
|
@ -140,10 +140,6 @@ export function createThing({
|
|||
$link.setAttribute("href", "#");
|
||||
$extension.innerHTML = "";
|
||||
return $thing;
|
||||
} else if (search !== "") {
|
||||
$checkbox.classList.add("hidden");
|
||||
if (view === "list") $img.style.visibility = "initial";
|
||||
return $thing;
|
||||
} else if (type === "hidden") {
|
||||
$thing.classList.add("hidden");
|
||||
return $thing;
|
||||
|
|
|
|||
Loading…
Reference in a new issue