From 23353283e21a02557ca651d90f8e90aa938d381c Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Thu, 18 Mar 2021 19:04:37 +0530 Subject: [PATCH] update dropdown with newly created dir --- apps/remix-ide/src/app/tabs/test-tab.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/remix-ide/src/app/tabs/test-tab.js b/apps/remix-ide/src/app/tabs/test-tab.js index 8bab882840..f1c9caaf6a 100644 --- a/apps/remix-ide/src/app/tabs/test-tab.js +++ b/apps/remix-ide/src/app/tabs/test-tab.js @@ -608,6 +608,7 @@ module.exports = class TestTab extends ViewPlugin { onclick=${(e) => { this.testTabLogic.generateTestFolder(this.inputPath.value) this.createTestFolder.disabled = true + this.updateDirList() }}> Create `