Commit 4ae1d147 authored by LianaHus's avatar LianaHus Committed by Liana Husikyan

fixed debug tab items disable

parent 0a5dda6a
...@@ -123,8 +123,8 @@ TxBrowser.prototype.render = function () { ...@@ -123,8 +123,8 @@ TxBrowser.prototype.render = function () {
} }
if (!this.state.txNumber) { if (!this.state.txNumber) {
view.querySelector("button[id='load']").setAttribute('disabled', '') view.querySelector("button[id='load']").setAttribute('disabled', '')
} else { } else if (!this.state.debugging) {
this.state.txNumberInput.removeAttribute('diabled', '') this.state.txNumberInput.removeAttribute('disabled')
} }
if (!this.view) { if (!this.view) {
this.view = view this.view = view
......
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