update dropdown with newly created dir

pull/5370/head
aniket-engg 4 years ago committed by Aniket
parent 2bd6949e67
commit 23353283e2
  1. 1
      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
</button>`

Loading…
Cancel
Save