Removed exposed method

pull/5370/head
ioedeveloper 4 years ago
parent f60a7bd5c8
commit 67e0133612
  1. 2
      apps/remix-ide/src/app/panels/file-panel.js

@ -34,7 +34,7 @@ var canUpload = window.File || window.FileReader || window.FileList || window.Bl
const profile = { const profile = {
name: 'fileExplorers', name: 'fileExplorers',
displayName: 'File explorers', displayName: 'File explorers',
methods: ['registerContextMenuItem'], methods: [],
events: [], events: [],
icon: 'assets/img/fileManager.webp', icon: 'assets/img/fileManager.webp',
description: ' - ', description: ' - ',

Loading…
Cancel
Save