diff --git a/src/app/files/file-explorer.js b/src/app/files/file-explorer.js index 98bc103966..4df39e76f1 100644 --- a/src/app/files/file-explorer.js +++ b/src/app/files/file-explorer.js @@ -509,13 +509,14 @@ fileExplorer.prototype.renderMenuItems = function () { return yo` ` } else { return yo` - { this[ action ]() }} class="newFile ${css.newFile}" title=${title}> + { event.stopPropagation(); this[ action ]() }} class="newFile ${css.newFile}" title=${title}> `