pull/573/head
yann300 4 years ago
parent 1914f6a4b3
commit 3898873b67
  1. 4
      apps/remix-ide/src/app/tabs/debugger-tab.js

@ -24,7 +24,7 @@ const profile = {
class DebuggerTab extends ViewPlugin {
constructor (blockchain, editor, offsetToLineColumnConverter) {
super(profile)
super(profile)
this.el = null
this.editor = editor
this.offsetToLineColumnConverter = offsetToLineColumnConverter
@ -84,7 +84,7 @@ class DebuggerTab extends ViewPlugin {
debug (hash) {
this.debugHash = hash
this.debugHashRequest++// so we can trigger a debug using the same hash 2 times in a row. that's needs to be improved
this.debugHashRequest++ // so we can trigger a debug using the same hash 2 times in a row. that's needs to be improved
this.renderComponent()
}

Loading…
Cancel
Save