pull/11/head
LianaHus 4 years ago committed by ioedeveloper
parent e41d2377d2
commit 0c3271e170
  1. 2
      apps/remix-ide/src/app/tabs/test-tab.js

@ -352,7 +352,7 @@ module.exports = class TestTab extends ViewPlugin {
}
updateCurrentPath (e) {
const newValue = e.target.value == '' ? this.defaultPath : e.target.value
const newValue = e.target.value === '' ? this.defaultPath : e.target.value
this.testTabLogic.setCurrentPath(newValue)
this.updateRunAction()
this.updateForNewCurrent()

Loading…
Cancel
Save