add expand param

pull/7/head
yann300 7 years ago
parent 8b2f0b3ced
commit e4bb25a3e2
  1. 4
      remix-debugger/src/ui/TreeView.js

@ -50,8 +50,8 @@ class TreeView {
this.carets = {} this.carets = {}
} }
render (json) { render (json, expand) {
var view = this.renderProperties(json, false) var view = this.renderProperties(json, expand)
if (!this.view) { if (!this.view) {
this.view = view this.view = view
} }

Loading…
Cancel
Save