1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

Close side menu after a local media file is loaded

This commit is contained in:
Alain Takoudjou 2020-11-25 18:45:04 +01:00 committed by Juliusz Chroboczek
parent 08b1a50d21
commit 484781e3c1

View file

@ -538,6 +538,7 @@ getInputElement('fileinput').onchange = function(e) {
for(let i = 0; i < files.length; i++)
addFileMedia(files[i]);
input.value = '';
closeNav();
}
/**