add new folder in dir list

pull/1176/head
aniket-engg 4 years ago committed by Aniket
parent 9d5c14e0b9
commit 3c4d0dfe40
  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