Commit 484781e3 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Juliusz Chroboczek

Close side menu after a local media file is loaded

parent 08b1a50d
...@@ -538,6 +538,7 @@ getInputElement('fileinput').onchange = function(e) { ...@@ -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();
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment