Update CodeListView.js

pull/1/head
yann300 6 years ago
parent fc9b090da7
commit 862ddc12a2
  1. 1
      src/app/debugger/debuggerUI/vmDebugger/CodeListView.js

@ -40,6 +40,7 @@ CodeListView.prototype.indexChanged = function (index) {
} }
} }
this.itemSelected = this.codeView.children[index] this.itemSelected = this.codeView.children[index]
this.itemSelected.style.setProperty('background-color', 'var(--danger)')
this.itemSelected.setAttribute('selected', 'selected') this.itemSelected.setAttribute('selected', 'selected')
if (this.itemSelected.firstChild) { if (this.itemSelected.firstChild) {
this.itemSelected.firstChild.setAttribute('style', 'margin-left: 2px') this.itemSelected.firstChild.setAttribute('style', 'margin-left: 2px')

Loading…
Cancel
Save