add new folder in dir list

pull/5370/head
aniket-engg 4 years ago committed by Aniket
parent f8177308a5
commit 466195a4a7
  1. 1
      apps/remix-ide/src/app/tabs/test-tab.js

@ -605,6 +605,7 @@ module.exports = class TestTab extends ViewPlugin {
this.testTabLogic.generateTestFolder(this.inputPath.value)
this.createTestFolder.disabled = true
this.updateGenerateFileAction().disabled = false
this.uiPathList.appendChild(yo`<option>${this.inputPath.value}</option>`)
}}>
Create
</button>`

Loading…
Cancel
Save