From c42e71dc75c6d31cea4799b2edec0607016b2efe Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Fri, 24 Sep 2021 16:13:55 +0200 Subject: [PATCH] remove listener --- apps/remix-ide/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index cf78aeb94d..371abcfd8e 100644 --- a/apps/remix-ide/src/app.js +++ b/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 {