mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00
update
Former-commit-id: 3a8caae1c8ac551c150f149726c73f2af49228b4
This commit is contained in:
parent
c5cb16579e
commit
a418fe0673
@ -417,9 +417,6 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
||||
let dropdownButtons = document.querySelectorAll('.action[data-dropdown]')
|
||||
Array.from(dropdownButtons).forEach(button => {
|
||||
button.addEventListener("click", event => {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
button.querySelector('ul').classList.toggle("active");
|
||||
clickOverlay.classList.add('active');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user