Unverified Commit 605d83c3 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Update file-explorer.js

parent 8f5f612c
...@@ -509,7 +509,7 @@ fileExplorer.prototype.renderMenuItems = function () { ...@@ -509,7 +509,7 @@ fileExplorer.prototype.renderMenuItems = function () {
return yo` return yo`
<label class="${icon} ${css.newFile}"> <label class="${icon} ${css.newFile}">
<input type="file" onchange=${(event) => { <input type="file" onchange=${(event) => {
event.stopPropagation(); event.stopPropagation()
this.uploadFile(event) this.uploadFile(event)
}} multiple /> }} multiple />
</label> </label>
......
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