diff --git a/src/app.js b/src/app.js index a2fb4489e3..c3daafc814 100644 --- a/src/app.js +++ b/src/app.js @@ -708,7 +708,8 @@ function run () { udapp: udapp.event } var righthandPanel = new RighthandPanel(rhpAPI, rhpEvents, {}) // eslint-disable-line - self._view.rightpanel.replaceWith(righthandPanel.render()) + self._view.rightpanel.appendChild(righthandPanel.render()) + righthandPanel.init() // ----------------- editor resize ---------------