diff -r eaaa1efce396 -r e388117572d8 client/js/renderer/nodeeditor.js --- a/client/js/renderer/nodeeditor.js Thu Jan 05 16:26:07 2017 +0100 +++ b/client/js/renderer/nodeeditor.js Thu Jan 05 19:34:53 2017 +0100 @@ -307,7 +307,7 @@ redraw: function() { if (this.options.popup_editor){ var _coords = this.source_representation.paper_coords; - Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$); + Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$, this.renderer.renkan); } this.editor_$.show(); paper.view.draw();