Commit 0c3271e1 authored by LianaHus's avatar LianaHus Committed by ioedeveloper

standat

parent e41d2377
...@@ -352,7 +352,7 @@ module.exports = class TestTab extends ViewPlugin { ...@@ -352,7 +352,7 @@ module.exports = class TestTab extends ViewPlugin {
} }
updateCurrentPath (e) { 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.testTabLogic.setCurrentPath(newValue)
this.updateRunAction() this.updateRunAction()
this.updateForNewCurrent() this.updateForNewCurrent()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment