fixed debug tab items disable

pull/1/head
LianaHus 5 years ago committed by Liana Husikyan
parent 0a5dda6a98
commit 4ae1d147bf
  1. 4
      src/app/tabs/debugger/debuggerUI/TxBrowser.js

@ -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

Loading…
Cancel
Save