pull/5370/head
LianaHus 5 years ago committed by ioedeveloper
parent 85736a1e0b
commit b3fe4d21c0
  1. 2
      apps/remix-ide/src/app/tabs/debugger-tab.js
  2. 2
      apps/remix-ide/src/app/tabs/debugger/debuggerUI.js

@ -71,7 +71,7 @@ class DebuggerTab extends ViewPlugin {
}
deactivate () {
this.debuggerUI.deletHighlights()
this.debuggerUI.deleteHighlights()
super.deactivate()
}

@ -219,7 +219,7 @@ class DebuggerUI {
this.event.trigger('traceUnloaded')
}
async deletHighlights () {
async deleteHighlights () {
await this.debuggerModule.call('editor', 'discardHighlight')
}

Loading…
Cancel
Save