mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +01:00
Close side menu after a local media file is loaded
This commit is contained in:
parent
08b1a50d21
commit
484781e3c1
1 changed files with 1 additions and 0 deletions
|
@ -538,6 +538,7 @@ getInputElement('fileinput').onchange = function(e) {
|
||||||
for(let i = 0; i < files.length; i++)
|
for(let i = 0; i < files.length; i++)
|
||||||
addFileMedia(files[i]);
|
addFileMedia(files[i]);
|
||||||
input.value = '';
|
input.value = '';
|
||||||
|
closeNav();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue