remove listener

pull/5370/head
bunsenstraat 3 years ago
parent 94c590b3f1
commit c42e71dc75
  1. 1
      apps/remix-ide/src/app.js

@ -471,6 +471,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
}
function setWorkSpace () {
appManager.off('filePanel', 'workspaceInit')
if (Array.isArray(workspace)) {
appManager.activatePlugin(workspace).then(async () => {
try {

Loading…
Cancel
Save